Searched refs:maxLengthSeconds (Results 1 – 1 of 1) sorted by relevance
54 public FlingAnimationUtils(Context ctx, float maxLengthSeconds) { in FlingAnimationUtils() argument55 mMaxLengthSeconds = maxLengthSeconds; in FlingAnimationUtils()134 float maxLengthSeconds = (float) (mMaxLengthSeconds in getProperties() local139 if (durationSeconds <= maxLengthSeconds) { in getProperties()144 durationSeconds = maxLengthSeconds; in getProperties()153 durationSeconds = maxLengthSeconds; in getProperties()202 float maxLengthSeconds = (float) (mMaxLengthSeconds in getDismissingProperties() local211 if (durationSeconds <= maxLengthSeconds) { in getDismissingProperties()217 durationSeconds = maxLengthSeconds; in getDismissingProperties()226 durationSeconds = maxLengthSeconds; in getDismissingProperties()