Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DMarker.java8 public final float durationFrames; field in Marker
10 public Marker(String name, float startFrame, float durationFrames) { in Marker()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DKeyframe.java78 float durationFrames = endFrame - startFrame; in getEndProgress() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DCompositionLayer.java135 float durationFrames = lottieDrawable.getComposition().getDurationFrames() + 0.01f; in setProgress() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DLottieCompositionMoshiParser.java249 float durationFrames = 0f; in parseMarkers() local