Home
last modified time | relevance | path

Searched refs:TRANSFORM_POSITION (Results 1 – 5 of 5) sorted by relevance

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DBullseyeActivity.kt20 …animationView.addValueCallback(KeyPath("First"), LottieProperty.TRANSFORM_POSITION, largeValueCall… in onCreate()
23 …animationView.addValueCallback(KeyPath("Fourth"), LottieProperty.TRANSFORM_POSITION, mediumValueCa… in onCreate()
26 …animationView.addValueCallback(KeyPath("Seventh"), LottieProperty.TRANSFORM_POSITION, smallValueCa… in onCreate()
DDynamicActivity.kt74 LottieProperty.TRANSFORM_POSITION) { frameInfo -> in <lambda>()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieProperty.java71 PointF TRANSFORM_POSITION = new PointF(); field
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java19 import static com.airbnb.lottie.LottieProperty.TRANSFORM_POSITION;
275 } else if (property == TRANSFORM_POSITION) { in applyValueCallback()
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DLottieTest.kt488 LottieProperty.TRANSFORM_POSITION, in <lambda>()
494 LottieProperty.TRANSFORM_POSITION, in <lambda>()
622 LottieProperty.TRANSFORM_POSITION, in <lambda>()