Searched defs:addMovement (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DVelocityTrackerInterface.java26 public void addMovement(MotionEvent event); method in interface:VelocityTrackerInterface
H A DPlatformVelocityTracker.java48 public void addMovement(MotionEvent event) { method in class:PlatformVelocityTracker
49 mTracker.addMovement(event);
H A DNoisyVelocityTracker.java59 public void addMovement(MotionEvent event) { method in class:NoisyVelocityTracker
/frameworks/base/core/java/android/view/
H A DVelocityTracker.java27 * {@link #addMovement(MotionEvent)}. When you want to determine the velocity call
122 public void addMovement(MotionEvent event) { method in class:VelocityTracker
/frameworks/base/core/jni/
H A Dandroid_view_VelocityTracker.cpp51 void addMovement(const MotionEvent* event);
77 void VelocityTrackerState::addMovement(const MotionEvent* event) { function in class:android::VelocityTrackerState
78 mVelocityTracker.addMovement(event);
170 state->addMovement(event);
/frameworks/native/libs/input/
H A DVelocityTracker.cpp222 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { function in class:android::VelocityTracker
244 mStrategy->addMovement(eventTime, idBits, positions);
247 ALOGD("VelocityTracker: addMovement eventTime=%lld, idBits=0x%08x, activePointerId=%d",
266 void VelocityTracker::addMovement(const MotionEvent* event) { function in class:android::VelocityTracker
325 addMovement(eventTime, idBits, positions);
334 addMovement(eventTime, idBits, positions);
378 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::LeastSquaresVelocityTrackerStrategy
713 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::IntegratingVelocityTrackerStrategy
835 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::LegacyVelocityTrackerStrategy
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1248 mSwipeTracker.addMovement(me);
1484 public void addMovement(MotionEvent ev) { method in class:KeyboardView.SwipeTracker

Completed in 243 milliseconds