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 98 static int sColorIndex = 0;
284 canvas.drawColor(sColors[sColorIndex]);
285 if (++sColorIndex >= sColors.length) sColorIndex = 0;
    [all...]

Completed in 60 milliseconds