Searched defs:addMovement (Results 1 – 7 of 7) sorted by relevance
26 public void addMovement(MotionEvent event); in addMovement() method
48 public void addMovement(MotionEvent event) { in addMovement() method in PlatformVelocityTracker
59 public void addMovement(MotionEvent event) { in addMovement() method in NoisyVelocityTracker
221 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() function in android::VelocityTracker265 void VelocityTracker::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTracker377 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LeastSquaresVelocityTrackerStrategy712 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::IntegratingVelocityTrackerStrategy834 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LegacyVelocityTrackerStrategy
122 public void addMovement(MotionEvent event) { in addMovement() method in VelocityTracker
77 void VelocityTrackerState::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTrackerState
1466 public void addMovement(MotionEvent ev) { in addMovement() method in KeyboardView.SwipeTracker