Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java298 float y2 = calculateLinearOutFasterInY2(velAbs); in getDismissingProperties()
332 private float calculateLinearOutFasterInY2(float velocity) { in calculateLinearOutFasterInY2() method in FlingAnimationUtils