Home
last modified time | relevance | path

Searched refs:TRANSFORM_SKEW_ANGLE (Results 1 – 2 of 2) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieProperty.java86 Float TRANSFORM_SKEW_ANGLE = 0f; field
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java23 import static com.airbnb.lottie.LottieProperty.TRANSFORM_SKEW_ANGLE;
316 } else if (property == TRANSFORM_SKEW_ANGLE && skewAngle != null) { in applyValueCallback()