Searched refs:getDurationFrames (Results 1 – 4 of 4) sorted by relevance
64 startProgress = (startFrame - composition.getStartFrame()) / composition.getDurationFrames(); in getStartProgress()79 float durationProgress = durationFrames / composition.getDurationFrames(); in getEndProgress()
141 return (long) (getDurationFrames() / frameRate * 1000); in getDuration()200 public float getDurationFrames() { in getDurationFrames() method in LottieComposition
99 return startFrame / composition.getDurationFrames(); in getStartProgress()
135 float durationFrames = lottieDrawable.getComposition().getDurationFrames() + 0.01f; in setProgress()