Searched refs:maxLengthSeconds (Results 1 – 1 of 1) sorted by relevance
58 this(displayMetrics, maxLengthSeconds, 0.0f); in FlingAnimationUtils()83 mMaxLengthSeconds = maxLengthSeconds; in FlingAnimationUtils()197 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties() local207 if (durationSeconds <= maxLengthSeconds) { in getProperties()212 durationSeconds = maxLengthSeconds; in getProperties()221 durationSeconds = maxLengthSeconds; in getProperties()294 float maxLengthSeconds = (float) (mMaxLengthSeconds in getDismissingProperties() local303 if (durationSeconds <= maxLengthSeconds) { in getDismissingProperties()309 durationSeconds = maxLengthSeconds; in getDismissingProperties()318 durationSeconds = maxLengthSeconds; in getDismissingProperties()[all …]