kWindowTouchSlop top-level constant

double const kWindowTouchSlop

The margin around a dialog, popup menu, or other window-like widget inside which we do not consider a tap to dismiss the widget. (Not currently used.)

Implementation

// TODO(ianh): Make ModalBarrier support this.
const double kWindowTouchSlop = 16.0;