Searched defs:TextColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java25 public enum TextColor { enum
45 TextColor(int value) { method in class:TextColor
50 * Create a TextColor object.
51 * @param value Integer value to be converted to a TextColor object.
52 * @return TextColor object whose value is {@code value}. If no TextColor
55 public static TextColor fromInt(int value) {
56 for (TextColor e : TextColor.values()) {

Completed in 40 milliseconds