Searched refs:STROKE_COLOR (Results 1 – 5 of 5) sorted by relevance
17 import static com.airbnb.lottie.LottieProperty.STROKE_COLOR;58 if (property == STROKE_COLOR) { in addValueCallback()
63 Integer STROKE_COLOR = 2; field
389 final int STROKE_COLOR = Color.GRAY;393 strikePaint.setColor(STROKE_COLOR);
464 LottieProperty.STROKE_COLOR, in <lambda>()742 drawable.addValueCallback(KeyPath("Text"), LottieProperty.STROKE_COLOR, value) in <lambda>()
434 } else if (property == LottieProperty.STROKE_COLOR) { in addValueCallback()