Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java352 private float mDiff; field in FlingAnimationUtils.VelocityInterpolator
357 mDiff = diff; in VelocityInterpolator()
363 return time * mVelocity / mDiff; in getInterpolation()