HomeSort by relevance Sort by last modified time
    Searched defs:TextAlignment (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAlignment.java 25 public enum TextAlignment {
34 TextAlignment(int value) {
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/
View.java     [all...]

Completed in 131 milliseconds