Searched defs:Color (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestProperties.h40 Color, member in class:Hwc2TestPropertyName
/frameworks/base/libs/hwui/
H A DGlop.h51 Color = 1 << 1, enumerator in enum:android::uirenderer::VertexAttribFlags::__anon1229
/frameworks/base/libs/hwui/utils/
H A DColor.h26 namespace Color { namespace in namespace:android::uirenderer
27 enum Color { enum in namespace:android::uirenderer::Color
59 static_assert(Color::White == SK_ColorWHITE, "color format has changed");
60 static_assert(Color::Black == SK_ColorBLACK, "color format has changed");
63 static const Color::Color BrightColors[] = {
64 Color::Red_500,
65 Color::Pink_500,
66 Color::Purple_500,
67 Color
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DColor.java39 * <p>The <code>Color</code> class provides methods for creating, converting and
42 * <li>Color ints, the most common representation</li>
43 * <li>Color longs</li>
44 * <li><code>Color</code> instances</li>
48 * <h3>Color ints</h3>
49 * <p>Color ints are the most common representation of colors on Android and
55 * <table summary="Color int definition">
90 * <p>Color longs (defined below) can be easily converted to color ints by invoking
115 * <h3>Color longs</h3>
116 * <p>Color long
293 public class Color { class
325 public Color() { method in class:Color
340 private Color(float r, float g, float b, float a) { method in class:Color
354 private Color(float r, float g, float b, float a, @NonNull ColorSpace colorSpace) { method in class:Color
365 private Color(@Size(min = 4, max = 5) float[] components, @NonNull ColorSpace colorSpace) { method in class:Color
[all...]

Completed in 2544 milliseconds