Home
last modified time | relevance | path

Searched refs:TRANSFORM_ANCHOR_POINT (Results 1 – 3 of 3) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieProperty.java69 PointF TRANSFORM_ANCHOR_POINT = new PointF(); field
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java16 import static com.airbnb.lottie.LottieProperty.TRANSFORM_ANCHOR_POINT;
269 if (property == TRANSFORM_ANCHOR_POINT) { in applyValueCallback()
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DLottieTest.kt482 LottieProperty.TRANSFORM_ANCHOR_POINT, in <lambda>()