Searched refs:COLOR_ALPHA_INT (Results 1 – 1 of 1) sorted by relevance
63 private static final int COLOR_ALPHA_INT = (int) (COLOR_ALPHA * 255); field in GlifPatternDrawable286 this.color = Color.argb(COLOR_ALPHA_INT, r, g, b); in setColor()