Home
last modified time | relevance | path

Searched refs:computeCurrentVelocity (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFlingToDeleteHelper.java89 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity()); in isFlingingToDelete()
/packages/apps/Car/Notification/src/com/android/car/notification/
DHeadsUpNotificationOnTouchListener.java94 mVelocityTracker.computeCurrentVelocity(VELOCITY_UNITS); in onTouch()
DCarNotificationItemTouchListener.java311 mVelocityTracker.computeCurrentVelocity( in onTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTriggerSwipeUpTouchTracker.java135 mVelocityTracker.computeCurrentVelocity(PX_PER_MS); in onGestureEnd()
DMotionPauseDetector.java226 mVelocityTracker.computeCurrentVelocity(1); // px / ms
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGesturePanel.java450 mVelocityTracker.computeCurrentVelocity(1000); in triggerBack()
576 mVelocityTracker.computeCurrentVelocity(1000); in handleMoveEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DAccessibilityInputConsumer.java132 mVelocityTracker.computeCurrentVelocity(1000); in onMotionEvent()
DDeviceLockedInputConsumer.java184 mVelocityTracker.computeCurrentVelocity(PX_PER_MS); in finishTouchTracking()
DOtherActivityInputConsumer.java419 mVelocityTracker.computeCurrentVelocity(PX_PER_MS);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java470 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector()
1562 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
1563 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity()
1566 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBaseSwipeDetector.java269 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in reportDragEnd()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java190 mVelocityTracker.computeCurrentVelocity(UNIT_SECONDS, maxVelocity); in onTouchEvent()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownTouchHandler.java301 velocityTracker.computeCurrentVelocity(1000); in endMotionEvent()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonHelper.java553 velocityTracker.computeCurrentVelocity(1000); in getCurrentVelocity()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java365 mVelocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java942 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, mMaximumVelocity); in getCurrentVelocity()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1242 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()