Searched refs:addMovement (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/include/androidfw/
H A DVelocityTracker.h83 void addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions);
86 void addMovement(const MotionEvent* event);
130 virtual void addMovement(nsecs_t eventTime, BitSet32 idBits,
162 virtual void addMovement(nsecs_t eventTime, BitSet32 idBits,
205 virtual void addMovement(nsecs_t eventTime, BitSet32 idBits,
239 virtual void addMovement(nsecs_t eventTime, BitSet32 idBits,
/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/base/libs/androidfw/
H A DVelocityControl.cpp69 mVelocityTracker.addMovement(eventTime, BitSet32(BitSet32::valueForBit(0)), &mRawPosition);
H A DVelocityTracker.cpp221 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { function in class:android::VelocityTracker
243 mStrategy->addMovement(eventTime, idBits, positions);
246 ALOGD("VelocityTracker: addMovement eventTime=%lld, idBits=0x%08x, activePointerId=%d",
265 void VelocityTracker::addMovement(const MotionEvent* event) { function in class:android::VelocityTracker
324 addMovement(eventTime, idBits, positions);
333 addMovement(eventTime, idBits, positions);
377 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::LeastSquaresVelocityTrackerStrategy
711 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::IntegratingVelocityTrackerStrategy
833 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, function in class:android::LegacyVelocityTrackerStrategy
/frameworks/base/core/java/android/view/
H A DVelocityTracker.java30 * {@link #addMovement(MotionEvent)}. When you want to determine the velocity call
166 public void addMovement(MotionEvent event) { method in class:VelocityTracker
H A DGestureDetector.java454 mVelocityTracker.addMovement(ev);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java205 mVelocityTracker.addMovement(ev);
229 mVelocityTracker.addMovement(ev);
331 mVelocityTracker.addMovement(ev);
H A DUniverseBackground.java389 mVelocityTracker.addMovement(event);
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java393 mVelocityTracker.addMovement(event);
406 mVelocityTracker.addMovement(event);
H A DHorizontalScrollView.java473 mVelocityTracker.addMovement(ev);
495 mVelocityTracker.addMovement(ev);
537 mVelocityTracker.addMovement(ev);
H A DScrollView.java503 mVelocityTracker.addMovement(ev);
531 mVelocityTracker.addMovement(ev);
569 mVelocityTracker.addMovement(ev);
H A DSwitch.java542 mVelocityTracker.addMovement(ev);
H A DStackView.java721 mVelocityTracker.addMovement(ev);
H A DAbsListView.java3268 mVelocityTracker.addMovement(ev);
3792 mVelocityTracker.addMovement(ev);
3809 mVelocityTracker.addMovement(ev);
H A DNumberPicker.java855 mVelocityTracker.addMovement(event);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java104 public void addMovement(MotionEvent event) { method in class:PanelView.FlingTracker
326 if (mVelocityTracker != null) mVelocityTracker.addMovement(event);
/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java261 vt.addMovement(me);
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java224 mVelocityTracker.addMovement(ev);
H A DViewPager.java1847 mVelocityTracker.addMovement(ev);
1879 mVelocityTracker.addMovement(ev);
2207 mVelocityTracker.addMovement(ev);
2287 mVelocityTracker.addMovement(ev);
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java537 mVelocity.addMovement(event);
540 mAltVelocity.addMovement(event);
H A DRotarySelector.java499 mVelocityTracker.addMovement(event);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java548 mVelocityTracker.addMovement(ev);
609 mVelocityTracker.addMovement(ev);
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java280 mVelocityTracker.addMovement(ev);
321 mVelocityTracker.addMovement(ev);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1234 mSwipeTracker.addMovement(me);
1468 public void addMovement(MotionEvent ev) { method in class:KeyboardView.SwipeTracker
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java395 mVelocityTracker.addMovement(rawEvent);

Completed in 661 milliseconds

12