Searched refs:sColors (Results 1 – 2 of 2) sorted by relevance
43 private static final int sColors[] = { 0xffff0000, 0xff00ff00, 0xff0000ff }; field in IconUtilities155 canvas.drawColor(sColors[mColorIndex]); in createIconBitmap()156 if (++mColorIndex >= sColors.length) mColorIndex = 0; in createIconBitmap()
1019 private final int[] sColors = new int[] {1092 color = sColors[(sNextColor++%sColors.length)];