Home
last modified time | relevance | path

Searched defs:maxProgress (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java138 int maxProgress = 0; in buildProgressNotification() local
225 int maxProgress, in buildNotification()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java138 int maxProgress = 0; in buildProgressNotification() local
225 int maxProgress, in buildNotification()
/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
DLottieAnimatable.kt307 val maxProgress = clipSpec?.getMaxProgress(composition) ?: 1f in snapTo() constant
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieDrawable.java964 …r.setMaxFrame(MiscUtils.lerp(composition.getStartFrame(), composition.getEndFrame(), maxProgress)); in setMaxProgress() local
1074 (int) MiscUtils.lerp(composition.getStartFrame(), composition.getEndFrame(), maxProgress)); in setMinAndMaxProgress() local