Searched refs:GRADIENT_COLOR (Results 1 – 4 of 4) sorted by relevance
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieProperty.java | 114 Integer[] GRADIENT_COLOR = new Integer[0]; field
|
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/ |
D | LottieTest.kt | 694 …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/ |
D | GradientStrokeContent.java | 166 if (property == LottieProperty.GRADIENT_COLOR) { in addValueCallback()
|
D | GradientFillContent.java | 246 } else if (property == LottieProperty.GRADIENT_COLOR) { in addValueCallback()
|