Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java194 float dragLengthFactor = (float) dp.heightPx / transitionDragLength; in getAllAppsThreshold() local
197 return (threshold - 1) / (dragLengthFactor - 1); in getAllAppsThreshold()