Searched defs:addMovement (Results 1 – 5 of 5) sorted by relevance
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::LeastSquaresVelocityTrackerStrategy711 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() function in android::IntegratingVelocityTrackerStrategy833 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
107 public void addMovement(MotionEvent event) { in addMovement() method in PanelView.FlingTracker
76 void VelocityTrackerState::addMovement(const MotionEvent* event) { in addMovement() function in android::VelocityTrackerState
1468 public void addMovement(MotionEvent ev) { in addMovement() method in KeyboardView.SwipeTracker