Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java54 public FlingAnimationUtils(Context ctx, float maxLengthSeconds) { in FlingAnimationUtils() argument
55 mMaxLengthSeconds = maxLengthSeconds; in FlingAnimationUtils()
134 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties() local
139 if (durationSeconds <= maxLengthSeconds) { in getProperties()
144 durationSeconds = maxLengthSeconds; in getProperties()
153 durationSeconds = maxLengthSeconds; in getProperties()
202 float maxLengthSeconds = (float) (mMaxLengthSeconds in getDismissingProperties() local
211 if (durationSeconds <= maxLengthSeconds) { in getDismissingProperties()
217 durationSeconds = maxLengthSeconds; in getDismissingProperties()
226 durationSeconds = maxLengthSeconds; in getDismissingProperties()