Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieProperty.java84 Float TRANSFORM_SKEW = 0f; field
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java22 import static com.airbnb.lottie.LottieProperty.TRANSFORM_SKEW;
311 } else if (property == TRANSFORM_SKEW && skew != null) { in applyValueCallback()