Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java283 private float mDurationSeconds; field in FlingAnimationUtils.VelocityInterpolator
288 mDurationSeconds = durationSeconds; in VelocityInterpolator()
295 float time = input * mDurationSeconds; in getInterpolation()