Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java46 private final float mSpeedUpFactor; field in FlingAnimationUtils
85 mSpeedUpFactor = speedUpFactor; in FlingAnimationUtils()
89 mSpeedUpFactor); in FlingAnimationUtils()
172 float velocityFactor = mSpeedUpFactor == 0.0f in getProperties()
206 float speedup = mSpeedUpFactor * (1.0f - velocityFactor); in getInterpolator()