Searched refs:FontSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DFontSize.java25 public enum FontSize { enum
32 FontSize(int value) { method in class:FontSize
37 * Create a FontSize object.
38 * @param value Integer value to be converted to a FontSize object.
39 * @return FontSize object whose value is {@code value}. If no
40 * FontSize object has that value, null is returned.
42 public static FontSize fromInt(int value) {
43 for (FontSize e : FontSize.values()) {
H A DTextAttribute.java29 public FontSize size;
37 FontSize size, boolean bold, boolean italic, boolean underlined,
H A DValueParser.java239 FontSize size = FontSize.fromInt(sizeValue);
242 size = FontSize.NORMAL;

Completed in 1003 milliseconds