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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
FontSize.java 25 public enum FontSize {
32 FontSize(int value) {
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()) {
  /external/webkit/WebKit/qt/Api/
qwebsettings.h 81 enum FontSize {
94 void setFontSize(FontSize type, int size);
95 int fontSize(FontSize type) const;
96 void resetFontSize(FontSize type);

Completed in 104 milliseconds