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

  /external/chromium_org/ui/events/gesture_detection/
gesture_config_helper_android.cc 30 config.showpress_timeout =
gesture_config_helper_aura.cc 22 config.showpress_timeout = base::TimeDelta::FromMilliseconds(
gesture_detector.cc 43 showpress_timeout(base::TimeDelta::FromMilliseconds(180)),
120 DCHECK(config.showpress_timeout <= config.longpress_timeout);
123 timeout_delays_[SHOW_PRESS] = config.showpress_timeout;
127 config.longpress_timeout + config.showpress_timeout;
gesture_detector.h 28 base::TimeDelta showpress_timeout; member in struct:ui::GestureDetector::Config
gesture_provider_unittest.cc 37 sConfig.gesture_detector_config.showpress_timeout = base::TimeDelta();
207 return GetDefaultConfig().gesture_detector_config.showpress_timeout;
260 void SetShowPressAndLongPressTimeout(base::TimeDelta showpress_timeout,
263 config.gesture_detector_config.showpress_timeout = showpress_timeout;
2463 base::TimeDelta showpress_timeout = kOneMicrosecond; local
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 625 config.gesture_detector_config.showpress_timeout * 2);
    [all...]

Completed in 578 milliseconds