Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieProperty.java75 PointF RECTANGLE_SIZE = new PointF(); field
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DRectangleContent.java165 if (property == LottieProperty.RECTANGLE_SIZE) { in addValueCallback()