Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DIconUtilities.java43 private static final int sColors[] = { 0xffff0000, 0xff00ff00, 0xff0000ff }; field in IconUtilities
155 canvas.drawColor(sColors[mColorIndex]); in createIconBitmap()
156 if (++mColorIndex >= sColors.length) mColorIndex = 0; in createIconBitmap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java1019 private final int[] sColors = new int[] {
1092 color = sColors[(sNextColor++%sColors.length)];