Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
H A DFlingAnimationUtils.java58 this(displayMetrics, maxLengthSeconds, 0.0f); in FlingAnimationUtils()
83 mMaxLengthSeconds = maxLengthSeconds; in FlingAnimationUtils()
197 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties() local
207 if (durationSeconds <= maxLengthSeconds) { in getProperties()
212 durationSeconds = maxLengthSeconds; in getProperties()
221 durationSeconds = maxLengthSeconds; in getProperties()
294 float maxLengthSeconds = (float) (mMaxLengthSeconds in getDismissingProperties() local
303 if (durationSeconds <= maxLengthSeconds) { in getDismissingProperties()
309 durationSeconds = maxLengthSeconds; in getDismissingProperties()
318 durationSeconds = maxLengthSeconds; in getDismissingProperties()
[all …]