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.cpp50 void addMovement(const MotionEvent* event);
76 void VelocityTrackerState::addMovement(const MotionEvent* event) { function in class:android::VelocityTrackerState
77 mVelocityTracker.addMovement(event);
169 state->addMovement(event);
/frameworks/native/libs/input/
H A DVelocityTracker.cpp220 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { function in class:android::VelocityTracker
242 mStrategy->addMovement(eventTime, idBits, positions);
245 ALOGD("VelocityTracker: addMovement eventTime=%lld, idBits=0x%08x, activePointerId=%d",
264 void VelocityTracker::addMovement(const MotionEvent* event) { function in class:android::VelocityTracker
323 addMovement(eventTime, idBits, positions);
332 addMovement(eventTime, idBits, positions);
376 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::LeastSquaresVelocityTrackerStrategy
710 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::IntegratingVelocityTrackerStrategy
832 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::LegacyVelocityTrackerStrategy
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1239 mSwipeTracker.addMovement(me);
1473 public void addMovement(MotionEvent ev) { method in class:KeyboardView.SwipeTracker

Completed in 627 milliseconds