HomeSort by relevance Sort by last modified time
    Searched refs:computeVelocity (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
VerticalPullDetector.java 168 computeVelocity(ev);
243 private float computeVelocity(MotionEvent to) {
244 return computeVelocity(to.getY() - mLastY, to.getEventTime());
247 public float computeVelocity(float delta, long currentMillis) {
AllAppsTransitionController.java 325 mContainerVelocity = mDetector.computeVelocity(shiftCurrent - shiftPrevious,

Completed in 515 milliseconds