Searched defs:mSpeedUpFactor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java42 private final float mSpeedUpFactor; field in class:FlingAnimationUtils
81 mSpeedUpFactor = speedUpFactor;
85 mSpeedUpFactor);
168 float velocityFactor = mSpeedUpFactor == 0.0f
198 float speedup = mSpeedUpFactor * (1.0f - velocityFactor);

Completed in 1279 milliseconds