Home
last modified time | relevance | path

Searched refs:sColorIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DUtilities.java63 static int sColorIndex = 0; field in Utilities
150 canvas.drawColor(sColors[sColorIndex]); in createIconBitmap()
151 if (++sColorIndex >= sColors.length) sColorIndex = 0; in createIconBitmap()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java98 static int sColorIndex = 0; field in Utilities
284 canvas.drawColor(sColors[sColorIndex]); in createIconBitmap()
285 if (++sColorIndex >= sColors.length) sColorIndex = 0; in createIconBitmap()