Searched refs:COLORS (Results 1 – 5 of 5) sorted by relevance
68 final ColorStateList[] COLORS = {87 COLORS[random.nextInt(COLORS.length)],88 COLORS[random.nextInt(COLORS.length)]);
32 static SkColor COLORS[] = { in createContent() local40 SkColor color = COLORS[static_cast<int>((y / dp(116))) % 4]; in createContent()
31 static SkColor COLORS[] = { in createContent() local47 bitmap.eraseColor(COLORS[i]); in createContent()
327 private static final int[] COLORS = new int[] { field in TiledImageView.ColoredTiles368 mCanvas.drawColor(COLORS[level]); in getTile()
230 final int COLORS = 12; in random_color() local231 hsv[0] = irand(0,COLORS) * (360f/COLORS); in random_color()