Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherBackAnimationController.java373 float yDirection = rawYDelta < 0 ? -1 : 1; in updateBackProgress() local
378 float deltaY = yDirection * interpolatedYRatio * Math.max(0f, (screenHeight - height) in updateBackProgress()