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

  /external/chromium_org/ui/events/gesture_detection/
velocity_tracker_state.h 29 void ComputeCurrentVelocity(int32_t units, float max_velocity);
velocity_tracker_unittest.cc 108 state.ComputeCurrentVelocity(1000, 20000);
134 state.ComputeCurrentVelocity(1000, 100);
138 state.ComputeCurrentVelocity(1000, 1000);
165 state.ComputeCurrentVelocity(1000, 20000);
174 state.ComputeCurrentVelocity(1000, 20000);
186 state.ComputeCurrentVelocity(1000, 20000);
206 state.ComputeCurrentVelocity(1000, 1000);
217 state.ComputeCurrentVelocity(1000, 1000);
velocity_tracker_state.cc 35 void VelocityTrackerState::ComputeCurrentVelocity(int32_t units,
gesture_detector.cc 249 velocity_tracker_.ComputeCurrentVelocity(1000, max_fling_velocity_);
397 velocity_tracker_.ComputeCurrentVelocity(1000, max_fling_velocity_);

Completed in 66 milliseconds