VelocityTrackerState 145 ui/events/gesture_detection/gesture_detector.h VelocityTrackerState velocity_tracker_; VelocityTrackerState 16 ui/events/gesture_detection/velocity_tracker_state.cc VelocityTrackerState::VelocityTrackerState() VelocityTrackerState 20 ui/events/gesture_detection/velocity_tracker_state.cc VelocityTrackerState::VelocityTrackerState(VelocityTracker::Strategy strategy) VelocityTrackerState 23 ui/events/gesture_detection/velocity_tracker_state.cc VelocityTrackerState::~VelocityTrackerState() {} VelocityTrackerState 25 ui/events/gesture_detection/velocity_tracker_state.cc void VelocityTrackerState::Clear() { VelocityTrackerState 31 ui/events/gesture_detection/velocity_tracker_state.cc void VelocityTrackerState::AddMovement(const MotionEvent& event) { VelocityTrackerState 35 ui/events/gesture_detection/velocity_tracker_state.cc void VelocityTrackerState::ComputeCurrentVelocity(int32_t units, VelocityTrackerState 67 ui/events/gesture_detection/velocity_tracker_state.cc float VelocityTrackerState::GetXVelocity(int32_t id) const { VelocityTrackerState 73 ui/events/gesture_detection/velocity_tracker_state.cc float VelocityTrackerState::GetYVelocity(int32_t id) const { VelocityTrackerState 79 ui/events/gesture_detection/velocity_tracker_state.cc void VelocityTrackerState::GetVelocity(int32_t id, VelocityTrackerState 21 ui/events/gesture_detection/velocity_tracker_state.h class GESTURE_DETECTION_EXPORT VelocityTrackerState { VelocityTrackerState 23 ui/events/gesture_detection/velocity_tracker_state.h VelocityTrackerState(); VelocityTrackerState 24 ui/events/gesture_detection/velocity_tracker_state.h explicit VelocityTrackerState(VelocityTracker::Strategy strategy); VelocityTrackerState 25 ui/events/gesture_detection/velocity_tracker_state.h ~VelocityTrackerState(); VelocityTrackerState 45 ui/events/gesture_detection/velocity_tracker_state.h DISALLOW_COPY_AND_ASSIGN(VelocityTrackerState); VelocityTrackerState 57 ui/events/gesture_detection/velocity_tracker_unittest.cc static void ApplyMovementSequence(VelocityTrackerState* state, VelocityTrackerState 72 ui/events/gesture_detection/velocity_tracker_unittest.cc static void ApplyMovement(VelocityTrackerState* state, VelocityTrackerState 97 ui/events/gesture_detection/velocity_tracker_unittest.cc VelocityTrackerState state(strategy); VelocityTrackerState 129 ui/events/gesture_detection/velocity_tracker_unittest.cc VelocityTrackerState state; VelocityTrackerState 153 ui/events/gesture_detection/velocity_tracker_unittest.cc VelocityTrackerState state(strategy);