Home
last modified time | relevance | path

Searched refs:MONOSPACE (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceTest.java59 Typeface.create(Typeface.MONOSPACE, 0)
73 assertTrue("basic", Typeface.MONOSPACE != null); in testBasic()
142 Typeface.MONOSPACE, in testMultithreadCacheStressTest()
249 assertEquals(fontMap.get("monospace"), Typeface.MONOSPACE); in testSetSystemFontMap()
/aosp14/frameworks/base/core/java/android/widget/
H A DSwitch.java111 private static final int MONOSPACE = 3; field in Switch
397 case MONOSPACE: in setSwitchTypefaceByIndex()
398 tf = Typeface.MONOSPACE; in setSwitchTypefaceByIndex()
H A DTextView.java407 @IntDef(value = {DEFAULT_TYPEFACE, SANS, SERIF, MONOSPACE})
413 private static final int MONOSPACE = 3; field in TextView
1808 attributes.mTypefaceIndex = MONOSPACE;
2372 case MONOSPACE: in setTypefaceFromAttrs()
2373 resolveStyleAndSetTypeface(Typeface.MONOSPACE, style, weight); in setTypefaceFromAttrs()
7482 setTypefaceFromAttrs(null/* fontTypeface */, null /* fontFamily */, MONOSPACE, in setInputType()
7488 setTypefaceFromAttrs(null/* fontTypeface */, null /* fontFamily */, MONOSPACE, in setInputType()
/aosp14/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1279 setTypeface(Typeface.MONOSPACE); in CCLineBox()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java111 public static final Typeface MONOSPACE = null; field in Typeface
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70104 Landroid/widget/Switch;->MONOSPACE:I
70557 Landroid/widget/TextView;->MONOSPACE:I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt16692 field public static final android.graphics.Typeface MONOSPACE;