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()
201 float velocityFactor = mSpeedUpFactor == 0.0f in getProperties()
235 float speedup = mSpeedUpFactor * (1.0f - velocityFactor); in getInterpolator()
413 float mSpeedUpFactor; field in FlingAnimationUtils.Builder
434 mSpeedUpFactor = speedUpFactor; in setSpeedUpFactor()
453 mSpeedUpFactor = 0.0f; in reset()
462 return new FlingAnimationUtils(mDisplayMetrics, mMaxLengthSeconds, mSpeedUpFactor, in build()