Searched refs:COLORS (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
H A DPartialDamageAnimation.cpp33 static SkColor COLORS[] = { variable
44 SkColor color = COLORS[static_cast<int>((y / dp(116))) % 4];
H A DRecentsAnimation.cpp32 static SkColor COLORS[] = { variable
49 thumb.eraseColor(COLORS[i]);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java327 private static final int[] COLORS = new int[] { field in class:TiledImageView.ColoredTiles
368 mCanvas.drawColor(COLORS[level]);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java230 final int COLORS = 12;
231 hsv[0] = irand(0,COLORS) * (360f/COLORS);
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java75 private final int[] COLORS = new int[] { field in class:MaterialProgressDrawable
124 mRing.setColors(COLORS);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp356 static const uint8_t COLORS[2] = { 0, 255 }; local
370 cacheBuffer[cacheY * cacheWidth + cacheX++] = COLORS[(b >> mask) & 0x1];

Completed in 1116 milliseconds