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

/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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java107 public void addMovement(MotionEvent event) { method in class:PanelView.FlingTracker
362 if (mVelocityTracker != null) mVelocityTracker.addMovement(event);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1234 mSwipeTracker.addMovement(me);
1468 public void addMovement(MotionEvent ev) { method in class:KeyboardView.SwipeTracker

Completed in 2688 milliseconds