Home
last modified time | relevance | path

Searched refs:min_scroll_velocity (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/events/gestures/
Dgesture_point.cc126 if (v < -GestureConfiguration::min_scroll_velocity()) in ScrollVelocityDirection()
128 else if (v > GestureConfiguration::min_scroll_velocity()) in ScrollVelocityDirection()
Dgesture_configuration.h128 static float min_scroll_velocity() { in min_scroll_velocity() function
/external/chromium_org/ui/events/gesture_detection/
Dgesture_config_helper_aura.cc32 GestureConfiguration::min_scroll_velocity(); in DefaultGestureDetectorConfig()