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

  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
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()) {
TextAttribute.java 29 public FontSize size;
37 FontSize size, boolean bold, boolean italic, boolean underlined,
ValueParser.java 237 FontSize size = FontSize.fromInt(sizeValue);
240 size = FontSize.NORMAL;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.h 52 enum FontSize {
66 void setFontSize(FontSize type, int size);
67 int fontSize(FontSize type) const;
qwkpreferences.cpp 188 void QWKPreferences::setFontSize(FontSize type, int size)
205 int QWKPreferences::fontSize(FontSize type) const
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 92 enum FontSize {
105 void setFontSize(FontSize type, int size);
106 int fontSize(FontSize type) const;
107 void resetFontSize(FontSize type);
qwebsettings.cpp 360 \enum QWebSettings::FontSize
542 void QWebSettings::setFontSize(FontSize type, int size)
551 int QWebSettings::fontSize(FontSize type) const
567 void QWebSettings::resetFontSize(FontSize type)
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 39 import com.android.internal.telephony.cat.FontSize;
321 private float getFontSizeFactor(FontSize size) {

Completed in 370 milliseconds