Home
last modified time | relevance | path

Searched refs:GRADIENT_COLOR (Results 1 – 4 of 4) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieProperty.java114 Integer[] GRADIENT_COLOR = new Integer[0]; field
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DLottieTest.kt694 …alueCallback(KeyPath("Linear", "Rectangle", "Gradient Fill"), LottieProperty.GRADIENT_COLOR, value) in <lambda>()
703 …alueCallback(KeyPath("Radial", "Rectangle", "Gradient Fill"), LottieProperty.GRADIENT_COLOR, value) in <lambda>()
712 …ueCallback(KeyPath("Linear", "Rectangle", "Gradient Stroke"), LottieProperty.GRADIENT_COLOR, value) in <lambda>()
721 …ueCallback(KeyPath("Radial", "Rectangle", "Gradient Stroke"), LottieProperty.GRADIENT_COLOR, value) in <lambda>()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DGradientStrokeContent.java166 if (property == LottieProperty.GRADIENT_COLOR) { in addValueCallback()
DGradientFillContent.java246 } else if (property == LottieProperty.GRADIENT_COLOR) { in addValueCallback()