Searched refs:sColors (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DUtilities.java62 static int sColors[] = { 0xffff0000, 0xff00ff00, 0xff0000ff }; field in class:Utilities
150 canvas.drawColor(sColors[sColorIndex]);
151 if (++sColorIndex >= sColors.length) sColorIndex = 0;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java65 static int sColors[] = { 0xffff0000, 0xff00ff00, 0xff0000ff }; field in class:Utilities
163 canvas.drawColor(sColors[sColorIndex]);
164 if (++sColorIndex >= sColors.length) sColorIndex = 0;

Completed in 182 milliseconds