Searched refs:kSwipeThresholdPixels (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler.cc28 const float kSwipeThresholdPixels = 300; member in namespace:ash::__anon2043
64 if (scroll_y_ < kSwipeThresholdPixels)
69 if (scroll_y_ > -kSwipeThresholdPixels)

Completed in 1617 milliseconds