Searched refs:sColorIndex (Results 1 – 2 of 2) sorted by relevance
63 static int sColorIndex = 0; field in Utilities150 canvas.drawColor(sColors[sColorIndex]); in createIconBitmap()151 if (++sColorIndex >= sColors.length) sColorIndex = 0; in createIconBitmap()
98 static int sColorIndex = 0; field in Utilities284 canvas.drawColor(sColors[sColorIndex]); in createIconBitmap()285 if (++sColorIndex >= sColors.length) sColorIndex = 0; in createIconBitmap()