Searched defs:Color (Results 1 – 2 of 2) sorted by relevance
| /frameworks/base/awt/java/awt/ |
| D | Color.java | 44 public class Color implements Paint, Serializable { class 250 public Color(ColorSpace cspace, float[] components, float alpha) { in Color() method in Color 292 public Color(int rgba, boolean hasAlpha) { in Color() method in Color 313 public Color(int r, int g, int b, int a) { in Color() method in Color 332 public Color(int r, int g, int b) { in Color() method in Color 349 public Color(int rgb) { in Color() method in Color 366 public Color(float r, float g, float b, float a) { in Color() method in Color 387 public Color(float r, float g, float b) { in Color() method in Color
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Color.java | 35 public class Color { class
|