Searched defs:MONOSPACE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java59 public static final Typeface MONOSPACE; field in class:Typeface
342 MONOSPACE = create("monospace", 0);
/frameworks/base/core/java/android/widget/
H A DSwitch.java89 private static final int MONOSPACE = 3; field in class:Switch
357 case MONOSPACE:
358 tf = Typeface.MONOSPACE;
H A DTextView.java254 private static final int MONOSPACE = 3; field in class:TextView
1379 typefaceIndex = MONOSPACE;
1383 typefaceIndex = MONOSPACE;
1502 case MONOSPACE:
1503 tf = Typeface.MONOSPACE;
4525 setTypefaceFromAttrs(null /* fontFamily */, MONOSPACE, 0);
4530 setTypefaceFromAttrs(null /* fontFamily */, MONOSPACE, 0);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSwitchCompat.java87 private static final int MONOSPACE = 3; field in class:SwitchCompat
285 case MONOSPACE:
286 tf = Typeface.MONOSPACE;

Completed in 130 milliseconds