Searched defs:TextAlignment (Results 1 - 2 of 2) 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()) {
/frameworks/base/core/java/android/view/
H A DView.java2607 public @interface TextAlignment {} interface in class:View
23962 @TextAlignment
23986 public void setTextAlignment(@TextAlignment int textAlignment) {
24027 @TextAlignment

Completed in 212 milliseconds