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.java42 private final float mSpeedUpFactor; field in FlingAnimationUtils
81 mSpeedUpFactor = speedUpFactor; in FlingAnimationUtils()
85 mSpeedUpFactor); in FlingAnimationUtils()
168 float velocityFactor = mSpeedUpFactor == 0.0f in getProperties()
198 float speedup = mSpeedUpFactor * (1.0f - velocityFactor); in getInterpolator()