Searched refs:COLORS (Results 1 – 2 of 2) sorted by relevance
334 public final int[] COLORS = { field in TouchDisplayView375 int color = COLORS[id % COLORS.length]; in drawCircle()
77 static final int[] COLORS = new int[] { field in TouchPaint288 mPaint.setColor(COLORS[mColorIndex]); in text()444 mColorIndex = (mColorIndex + 1) % COLORS.length; in advanceColor()462 mPaint.setColor(COLORS[mColorIndex]); in paint()474 mPaint.setColor(COLORS[mColorIndex]); in paint()