HomeSort by relevance Sort by last modified time
    Searched defs:touch_slop (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.h 36 float touch_slop; member in struct:ui::GestureDetector::Config
gesture_detector.cc 46 touch_slop(8),
449 const float touch_slop = config.touch_slop + kSlopEpsilon; local
450 const float double_tap_touch_slop = touch_slop;
452 touch_slop_square_ = touch_slop * touch_slop;
gesture_provider_unittest.cc 191 return GetDefaultConfig().gesture_detector_config.touch_slop;
1044 const float touch_slop = GetTouchSlop(); local
1069 const float touch_slop = GetTouchSlop(); local
1464 const float touch_slop = GetTouchSlop(); local
2249 const float touch_slop = GetTouchSlop(); local
    [all...]

Completed in 221 milliseconds