HomeSort by relevance Sort by last modified time
    Searched refs:sColorIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 63 static int sColorIndex = 0;
150 canvas.drawColor(sColors[sColorIndex]);
151 if (++sColorIndex >= sColors.length) sColorIndex = 0;
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 70 static int sColorIndex = 0;
202 canvas.drawColor(sColors[sColorIndex]);
203 if (++sColorIndex >= sColors.length) sColorIndex = 0;

Completed in 134 milliseconds