Searched refs:computeCurrentVelocity (Results 1 – 5 of 5) sorted by relevance
117 mTracker.computeCurrentVelocity(1000); // in pixels per second in processEvent()
392 mSwipeTracker.computeCurrentVelocity(1000); in initGestureDetector()1461 public void computeCurrentVelocity(int units) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker1462 computeCurrentVelocity(units, Float.MAX_VALUE); in computeCurrentVelocity()1465 public void computeCurrentVelocity(int units, float maxVelocity) { in computeCurrentVelocity() method in KeyboardView.SwipeTracker
615 mVelocityTracker.computeCurrentVelocity(1000, config.getScaledMaximumFlingVelocity());
1233 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()
700 vtracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()715 velocityTracker.computeCurrentVelocity(1000, mMaximumVelocity); in onTouchEvent()