Searched refs:touch_slop (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_config_helper_android.cc36 config.touch_slop =
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_config_helper_aura.cc26 config.touch_slop =
H A Dgesture_detector.h36 float touch_slop; member in struct:ui::GestureDetector::Config
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...]
H A Dgesture_provider.cc289 distance - config_.gesture_detector_config.touch_slop) /
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_config_helper.cc105 ui::GestureDetector::Config().touch_slop;
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc509 int slop = gesture_detector_config_.touch_slop;
1198 first_touch_location.x() + gesture_detector_config_.touch_slop * 3 + 1,
1201 second_touch_location.x() + gesture_detector_config_.touch_slop * 3 + 1,
1272 float distance = gesture_detector_config_.touch_slop + 1;
1327 const float distance = gesture_detector_config_.touch_slop + 1;
1506 float distance = gesture_detector_config_.touch_slop + 1;
1535 float distance = gesture_detector_config_.touch_slop + 1;
1593 float distance = gesture_detector_config_.touch_slop + 1;
1648 initial_press.y() + gesture_detector_config_.touch_slop + 1);
1691 gfx::Point(into_slop_boundaries.x() + gesture_detector_config_.touch_slop,
[all...]
H A Dtouch_exploration_controller.cc271 if (distance <= gesture_detector_config_.touch_slop)
358 if (delta > gesture_detector_config_.touch_slop) {
658 if (distance > gesture_detector_config_.touch_slop) {
1153 return gesture_detector_config_.touch_slop * 3;

Completed in 900 milliseconds