Searched defs:VelocityTrackerState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker_state.h17 // Port of VelocityTrackerState from Android
21 class GESTURE_DETECTION_EXPORT VelocityTrackerState { class in namespace:ui
23 VelocityTrackerState();
24 explicit VelocityTrackerState(VelocityTracker::Strategy strategy);
25 ~VelocityTrackerState();
45 DISALLOW_COPY_AND_ASSIGN(VelocityTrackerState);
H A Dvelocity_tracker_state.cc16 VelocityTrackerState::VelocityTrackerState() function in class:ui::VelocityTrackerState
20 VelocityTrackerState::VelocityTrackerState(VelocityTracker::Strategy strategy) function in class:ui::VelocityTrackerState
23 VelocityTrackerState::~VelocityTrackerState() {}
25 void VelocityTrackerState::Clear() {
31 void VelocityTrackerState::AddMovement(const MotionEvent& event) {
35 void VelocityTrackerState::ComputeCurrentVelocity(int32_t units,
67 float VelocityTrackerState
[all...]

Completed in 121 milliseconds