Searched refs:VelocityTrackerState (Results 1 - 4 of 4) 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...]
H A Dvelocity_tracker_unittest.cc58 static void ApplyMovementSequence(VelocityTrackerState* state,
73 static void ApplyMovement(VelocityTrackerState* state,
98 VelocityTrackerState state(strategy);
130 VelocityTrackerState state;
154 VelocityTrackerState state(strategy);
200 VelocityTrackerState state;
H A Dgesture_detector.h207 VelocityTrackerState velocity_tracker_;

Completed in 70 milliseconds