Home
last modified time | relevance | path

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

/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/Launcher2/src/com/android/launcher2/
DDragController.java615 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity());
DPagedView.java1233 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java700 vtracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
715 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()