Searched refs:MONOSPACE (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | TypefaceTest.java | 59 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 D | Switch.java | 111 private static final int MONOSPACE = 3; field in Switch 397 case MONOSPACE: in setSwitchTypefaceByIndex() 398 tf = Typeface.MONOSPACE; in setSwitchTypefaceByIndex()
|
H A D | TextView.java | 407 @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 D | ClosedCaptionRenderer.java | 1279 setTypeface(Typeface.MONOSPACE); in CCLineBox()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Typeface.java | 111 public static final Typeface MONOSPACE = null; field in Typeface
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 70104 Landroid/widget/Switch;->MONOSPACE:I 70557 Landroid/widget/TextView;->MONOSPACE:I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 16692 field public static final android.graphics.Typeface MONOSPACE;
|