Home
last modified time | relevance | path

Searched defs:velocityFactor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java201 float velocityFactor = mSpeedUpFactor == 0.0f in getProperties() local
228 private Interpolator getInterpolator(float startGradient, float velocityFactor) { in getInterpolator()