Searched refs:STROKE_COLOR (Results 1 – 4 of 4) 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);
434 } else if (property == LottieProperty.STROKE_COLOR) { in addValueCallback()