Home | History | Annotate | Download | only in input

Lines Matching refs:addMovement

222 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) {
244 mStrategy->addMovement(eventTime, idBits, positions);
247 ALOGD("VelocityTracker: addMovement eventTime=%lld, idBits=0x%08x, activePointerId=%d",
266 void VelocityTracker::addMovement(const MotionEvent* event) {
325 addMovement(eventTime, idBits, positions);
334 addMovement(eventTime, idBits, positions);
378 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
713 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
835 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,