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

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 176 max_fling_velocity_(1),
249 velocity_tracker_.ComputeCurrentVelocity(1000, max_fling_velocity_);
397 velocity_tracker_.ComputeCurrentVelocity(1000, max_fling_velocity_);
459 max_fling_velocity_ = config.maximum_fling_velocity;
gesture_detector.h 176 float max_fling_velocity_; member in class:ui::GestureDetector

Completed in 68 milliseconds