Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java159 int maxProgress, in buildNotification() argument
170 notificationBuilder.setProgress(maxProgress, currentProgress, indeterminateProgress); in buildNotification()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieDrawable.java516 public void setMaxProgress(@FloatRange(from = 0f, to = 1f) final float maxProgress) {
521 setMaxProgress(maxProgress);
526 …axFrame((int) MiscUtils.lerp(composition.getStartFrame(), composition.getEndFrame(), maxProgress));
651 @FloatRange(from = 0f, to = 1f) final float maxProgress) {
656 setMinAndMaxProgress(minProgress, maxProgress);
663 (int) MiscUtils.lerp(composition.getStartFrame(), composition.getEndFrame(), maxProgress));
DLottieAnimationView.java649 @FloatRange(from = 0f, to = 1f) float maxProgress) { in setMinAndMaxProgress()
650 lottieDrawable.setMinAndMaxProgress(minProgress, maxProgress); in setMinAndMaxProgress()