Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java48 private float mMaxLengthSeconds; field in FlingAnimationUtils
83 mMaxLengthSeconds = maxLengthSeconds; in FlingAnimationUtils()
165 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties()
262 float maxLengthSeconds = (float) (mMaxLengthSeconds in getDismissingProperties()
375 float mMaxLengthSeconds; field in FlingAnimationUtils.Builder
388 mMaxLengthSeconds = maxLengthSeconds; in setMaxLengthSeconds()
415 mMaxLengthSeconds = 0; in reset()
425 return new FlingAnimationUtils(mDisplayMetrics, mMaxLengthSeconds, mSpeedUpFactor, in build()