OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 37 milliseconds