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
222 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() function in android::VelocityTracker266 void VelocityTracker::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTracker378 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::LeastSquaresVelocityTrackerStrategy713 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::IntegratingVelocityTrackerStrategy835 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
1484 public void addMovement(MotionEvent ev) { in addMovement() method in KeyboardView.SwipeTracker