Searched defs:touch_slop (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_detector.h36 float touch_slop; member in struct:ui::GestureDetector::Config
H A Dgesture_detector.cc46 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;
H A Dgesture_provider_unittest.cc191 return GetDefaultConfig().gesture_detector_config.touch_slop;
1044 const float touch_slop = GetTouchSlop(); local
1056 kFakeCoordY + touch_slop + scroll_delta);
1069 const float touch_slop = GetTouchSlop(); local
1071 const int touch_slop_pixels = static_cast<int>(scale_factor * touch_slop);
1464 const float touch_slop = GetTouchSlop(); local
1473 int secondary_coord_x = kFakeCoordX + 20 * touch_slop;
1474 int secondary_coord_y = kFakeCoordY + 20 * touch_slop;
1508 secondary_coord_x += 5 * touch_slop;
1509 secondary_coord_y += 5 * touch_slop;
2249 const float touch_slop = GetTouchSlop(); local
[all...]

Completed in 328 milliseconds