Home
last modified time | relevance | path

Searched refs:currentShift (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java357 float currentShift = mCurrentShift.value; in handleSwipeUpToHome() local
358 final float startShift = Utilities.boundToRange(currentShift - velocityPxPerMs.y in handleSwipeUpToHome()
360 float distanceToTravel = (1 - currentShift) * mTransitionDragLength; in handleSwipeUpToHome()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java1342 float currentShift = mCurrentShift.value;
1360 long expectedDuration = Math.abs(Math.round((endShift - currentShift)
1363 startShift = currentShift;
1365 startShift = Utilities.boundToRange(currentShift - velocityPxPerMs.y
1368 float distanceToTravel = (endShift - currentShift) * mTransitionDragLength;