HomeSort by relevance Sort by last modified time
    Searched refs:gesture_detector_config (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.h 34 GestureDetector::Config gesture_detector_config; member in struct:ui::GestureProvider::Config
gesture_config_helper_android.cc 68 config.gesture_detector_config = DefaultGestureDetectorConfig(config.display);
gesture_config_helper_aura.cc 71 config.gesture_detector_config = DefaultGestureDetectorConfig();
gesture_provider.cc 84 gesture_detector_(config.gesture_detector_config, this, this),
289 distance - config_.gesture_detector_config.touch_slop) /
421 config_.gesture_detector_config.double_tap_timeout) {
gesture_provider_unittest.cc 37 sConfig.gesture_detector_config.showpress_timeout = base::TimeDelta();
38 sConfig.gesture_detector_config.longpress_timeout = kOneMicrosecond;
46 sConfig.gesture_detector_config.double_tap_timeout = kOneMicrosecond * 4;
47 sConfig.gesture_detector_config.double_tap_min_time = kOneMicrosecond * 2;
191 return GetDefaultConfig().gesture_detector_config.touch_slop;
199 return GetDefaultConfig().gesture_detector_config.minimum_swipe_velocity;
203 return GetDefaultConfig().gesture_detector_config.longpress_timeout;
207 return GetDefaultConfig().gesture_detector_config.showpress_timeout;
211 return GetDefaultConfig().gesture_detector_config.double_tap_timeout;
215 return GetDefaultConfig().gesture_detector_config.double_tap_min_time
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.cc 35 config.gesture_detector_config.swipe_enabled = false;
36 config.gesture_detector_config.two_finger_tap_enabled = false;
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 615 config.gesture_detector_config.longpress_timeout * 2);
625 config.gesture_detector_config.showpress_timeout * 2);
    [all...]

Completed in 535 milliseconds