Searched defs:GRAY (Results 1 - 3 of 3) sorted by path

/frameworks/base/graphics/java/android/graphics/
H A DColor.java40 public static final int GRAY = 0xFF888888; field in class:Color
400 sColorNameMap.put("gray", GRAY);
412 sColorNameMap.put("grey", GRAY);
/frameworks/base/media/java/android/media/videoeditor/
H A DEffectColor.java56 * Change the video frame color to the RGB color value GRAY
58 public static final int GRAY = 0x007f7f7f; field in class:EffectColor
102 case GRAY:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java34 GRAY(0x8), enum constant in enum:TextColor

Completed in 78 milliseconds