Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java205 float y2 = calculateLinearOutFasterInY2(velAbs); in getDismissingProperties()
239 private float calculateLinearOutFasterInY2(float velocity) { in calculateLinearOutFasterInY2() method in FlingAnimationUtils