Home
last modified time | relevance | path

Searched defs:endProgress (Results 1 – 3 of 3) sorted by relevance

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DTrimView.kt44 val endProgress = rightAnchor.right / width.toFloat() in onViewPositionChanged() constant
DAppIntroActivity.kt57 val endProgress = ANIMATION_TIMES[position + 1] in <lambda>() constant
/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DKeyframe.java28 private float endProgress = Float.MIN_VALUE; field in Keyframe