Home
last modified time | relevance | path

Searched refs:getDurationFrames (Results 1 – 4 of 4) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DKeyframe.java64 startProgress = (startFrame - composition.getStartFrame()) / composition.getDurationFrames(); in getStartProgress()
79 float durationProgress = durationFrames / composition.getDurationFrames(); in getEndProgress()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieComposition.java141 return (long) (getDurationFrames() / frameRate * 1000); in getDuration()
200 public float getDurationFrames() { in getDurationFrames() method in LottieComposition
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DLayer.java99 return startFrame / composition.getDurationFrames(); in getStartProgress()
DCompositionLayer.java135 float durationFrames = lottieDrawable.getComposition().getDurationFrames() + 0.01f; in setProgress()