Home
last modified time | relevance | path

Searched defs:overshootAmount (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DInterpolators.java183 public static float getOvershootInterpolation(float progress, float overshootAmount, in getOvershootInterpolation()
DInterpolatorsAndroidX.java190 public static float getOvershootInterpolation(float progress, float overshootAmount, in getOvershootInterpolation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1963 float overshootAmount = 0.0f; in flingToHeight() local
3960 private ValueAnimator createHeightAnimator(float targetHeight, float overshootAmount) { in createHeightAnimator()