Searched defs:SERIF (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java43 public static final Typeface SERIF; field in class:Typeface
186 SERIF = create("serif", 0);
/frameworks/base/core/java/android/widget/
H A DSwitch.java75 private static final int SERIF = 2; field in class:Switch
243 case SERIF:
244 tf = Typeface.SERIF;
H A DTextView.java234 private static final int SERIF = 2; field in class:TextView
1331 case SERIF:
1332 tf = Typeface.SERIF;

Completed in 77 milliseconds