Searched defs:Color (Results 1 – 6 of 6) sorted by relevance
| /frameworks/native/services/surfaceflinger/tests/utils/ |
| D | ColorUtils.h | 24 struct Color { struct 30 static const Color RED; argument 31 static const Color GREEN; argument 32 static const Color BLUE; argument 33 static const Color WHITE; argument 34 static const Color BLACK; argument 35 static const Color TRANSPARENT; argument
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| D | DualToneHandler.kt | 98 private data class Color(val single: Int, val background: Int, val fill: Int) class
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Color.java | 292 public class Color { class 324 public Color() { in Color() method in Color 339 private Color(float r, float g, float b, float a) { in Color() method in Color 353 private Color(float r, float g, float b, float a, @NonNull ColorSpace colorSpace) { in Color() method in Color 364 private Color(@Size(min = 4, max = 5) float[] components, @NonNull ColorSpace colorSpace) { in Color() method in Color
|
| /frameworks/native/services/surfaceflinger/DisplayHardware/ |
| D | Hal.h | 51 using Color = IComposerClient::Color; variable
|
| /frameworks/base/libs/hwui/utils/ |
| D | Color.h | 32 enum Color { enum
|
| /frameworks/av/media/codec2/sfplugin/tests/ |
| D | MediaCodec_sanity_test.cpp | 293 const int32_t Color = GetParam(); in TEST_P() local
|