Searched refs:MONOSPACE (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceTest.java51 Typeface.create(Typeface.MONOSPACE, 0)
61 assertTrue("basic", Typeface.MONOSPACE != null);
120 Typeface.MONOSPACE,
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
H A DAppCompatTextViewTest.java331 assertEquals(Typeface.MONOSPACE, textView.getTypeface());
347 assertEquals(Typeface.MONOSPACE, textView.getTypeface());
366 assertEquals(Typeface.MONOSPACE, textView.getTypeface());
H A DAppCompatBaseAutoSizeTest.java550 Typeface differentTypeface = Typeface.MONOSPACE;
551 if (autoSizeView.getTypeface() == Typeface.MONOSPACE) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatTextHelper.java47 private static final int MONOSPACE = 3; field in class:AppCompatTextHelper
288 case MONOSPACE:
289 mFontTypeface = Typeface.MONOSPACE;
H A DSwitchCompat.java96 private static final int MONOSPACE = 3; field in class:SwitchCompat
346 case MONOSPACE:
347 tf = Typeface.MONOSPACE;
/frameworks/base/core/java/android/widget/
H A DSwitch.java94 private static final int MONOSPACE = 3; field in class:Switch
365 case MONOSPACE:
366 tf = Typeface.MONOSPACE;
H A DTextView.java330 @IntDef(value = {DEFAULT_TYPEFACE, SANS, SERIF, MONOSPACE})
336 private static final int MONOSPACE = 3; field in class:TextView
1495 attributes.mTypefaceIndex = MONOSPACE;
2019 case MONOSPACE:
2020 resolveStyleAndSetTypeface(Typeface.MONOSPACE, style, weight);
5978 setTypefaceFromAttrs(null/* fontTypeface */, null /* fontFamily */, MONOSPACE,
5984 setTypefaceFromAttrs(null/* fontTypeface */, null /* fontFamily */, MONOSPACE,
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DClosedCaptionRenderer.java168 setTypeface(Typeface.MONOSPACE);
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java94 public static final Typeface MONOSPACE; field in class:Typeface
1146 MONOSPACE = create("monospace", 0);
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DClosedCaptionRenderer.java1270 setTypeface(Typeface.MONOSPACE);
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1279 setTypeface(Typeface.MONOSPACE);

Completed in 81 milliseconds