Home
last modified time | relevance | path

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

/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/Calendar/src/com/android/calendar/month/
DMonthListView.java117 mTracker.computeCurrentVelocity(1000); // in pixels per second in processEvent()
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java700 vtracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
715 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
/packages/apps/Gallery2/src/com/android/camera/ui/
DSwitch.java310 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
DSwipeHelper.java428 mVelocityTracker.computeCurrentVelocity(1000 /* px/sec */, maxVelocity); in onTouchEvent()
/packages/apps/Camera/src/com/android/camera/ui/
DSwitch.java310 mVelocityTracker.computeCurrentVelocity(1000); in stopDrag()
/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/VideoEditor/src/com/android/videoeditor/widgets/
DHorizontalScrollView.java622 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()