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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAlignment.java25 public enum TextAlignment { enum
34 TextAlignment(int value) { method in class:TextAlignment
39 * Create a TextAlignment object.
40 * @param value Integer value to be converted to a TextAlignment object.
41 * @return TextAlignment object whose value is {@code value}. If no
42 * TextAlignment object has that value, null is returned.
44 public static TextAlignment fromInt(int value) {
45 for (TextAlignment e : TextAlignment.values()) {

Completed in 80 milliseconds