Home | History | Annotate | Download | only in input

Lines Matching defs:addMovement

228 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) {
250 mStrategy->addMovement(eventTime, idBits, positions);
253 ALOGD("VelocityTracker: addMovement eventTime=%" PRId64 ", idBits=0x%08x, activePointerId=%d",
272 void VelocityTracker::addMovement(const MotionEvent* event) {
331 addMovement(eventTime, idBits, positions);
340 addMovement(eventTime, idBits, positions);
381 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
769 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
887 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
1001 void ImpulseVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,