Searched refs:maxProgress (Results 1 – 3 of 3) sorted by relevance
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | DownloadNotificationHelper.java | 159 int maxProgress, in buildNotification() argument 170 notificationBuilder.setProgress(maxProgress, currentProgress, indeterminateProgress); in buildNotification()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieDrawable.java | 516 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));
|
D | LottieAnimationView.java | 649 @FloatRange(from = 0f, to = 1f) float maxProgress) { in setMinAndMaxProgress() 650 lottieDrawable.setMinAndMaxProgress(minProgress, maxProgress); in setMinAndMaxProgress()
|