Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java384 private float mDiff; field in FlingAnimationUtils.VelocityInterpolator
389 mDiff = diff; in VelocityInterpolator()
395 return time * mVelocity / mDiff; in getInterpolation()