Searched refs:mSpeedUpFactor (Results 1 – 1 of 1) sorted by relevance
44 private final float mSpeedUpFactor; field in FlingAnimationUtils84 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.Builder434 mSpeedUpFactor = speedUpFactor; in setSpeedUpFactor()453 mSpeedUpFactor = 0.0f; in reset()462 return new FlingAnimationUtils(mDisplayMetrics, mMaxLengthSeconds, mSpeedUpFactor, in build()