Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java44 private final float mSpeedUpFactor; field in FlingAnimationUtils
84 mSpeedUpFactor = speedUpFactor; in FlingAnimationUtils()
88 mSpeedUpFactor); in FlingAnimationUtils()
169 float velocityFactor = mSpeedUpFactor == 0.0f in getProperties()
203 float speedup = mSpeedUpFactor * (1.0f - velocityFactor); in getInterpolator()
376 float mSpeedUpFactor; field in FlingAnimationUtils.Builder
397 mSpeedUpFactor = speedUpFactor; in setSpeedUpFactor()
416 mSpeedUpFactor = 0.0f; in reset()
425 return new FlingAnimationUtils(mDisplayMetrics, mMaxLengthSeconds, mSpeedUpFactor, in build()