Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DGmailDragHelper.java167 mVelocityTracker.computeCurrentVelocity(1000); in setDragging()
DSwipeHelper.java404 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity); in onTouchEvent()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthListView.java117 mTracker.computeCurrentVelocity(1000); // in pixels per second in processEvent()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java392 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector()
1461 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
1462 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity()
1465 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java190 mVelocityTracker.computeCurrentVelocity(UNIT_SECONDS, maxVelocity); in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragController.java678 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity());
DPagedView.java1760 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java627 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity());
DPagedView.java1288 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
/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.java920 mVelocityTracker.computeCurrentVelocity(PIXELS_PER_SECOND, mMaximumVelocity); in getCurrentVelocity()