Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/theme/typography/
DTypeScaleTokens.kt22 val bodyLargeFont = typefaceTokens.plain
27 val bodyMediumFont = typefaceTokens.plain
32 val bodySmallFont = typefaceTokens.plain
67 val labelLargeFont = typefaceTokens.plain
72 val labelMediumFont = typefaceTokens.plain
77 val labelSmallFont = typefaceTokens.plain
87 val titleMediumFont = typefaceTokens.plain
92 val titleSmallFont = typefaceTokens.plain
DTypefaceTokens.kt35 private val plainFont = DeviceFontFamilyName(typefaceNames.plain)
42 val plain = constant
52 val plain: String, constant in TypefaceNames
63 plain = getTypefaceName(context, Config.Plain), in get()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/theme/
DSettingsTypography.kt30 private val plain = settingsFontFamily.plain constant
106 fontFamily = plain,
114 fontFamily = plain,
122 fontFamily = plain,
130 fontFamily = plain,
138 fontFamily = plain,
146 fontFamily = plain,
DSettingsFontFamily.kt33 val plain: FontFamily, constant in com.android.settingslib.spa.framework.theme.SettingsFontFamily
42 plain = getFontFamily( in Context()
/frameworks/base/core/tests/coretests/src/android/util/
DBase64Test.java334 byte[] plain = (lipsum + lipsum + lipsum + lipsum + lipsum).getBytes(); in testInputStream()
337 byte[] encoded = Base64.encode(plain, flags); in testInputStream()
341 byte[] actual = new byte[plain.length * 2]; in testInputStream()
354 assertPartialEquals(actual, ap, plain); in testInputStream()
363 assertPartialEquals(actual, ap, plain); in testInputStream()
382 assertPartialEquals(actual, ap, plain); in testInputStream()
387 bais = new ByteArrayInputStream(plain); in testInputStream()
396 bais = new ByteArrayInputStream(plain); in testInputStream()
405 bais = new ByteArrayInputStream(plain); in testInputStream()
451 byte[] plain = (lipsum + lipsum).getBytes(); in testOutputStream()
[all …]
/frameworks/base/mime/java-res/
Dandroid.mime.types30 # ?text/plain txt
32 # leaves any earlier mapping for "text/plain" untouched, or maps that MIME type
34 # sets the mapping from file extension ".txt" to be the MIME type "text/plain",
115 ?text/plain diff po
159 text/plain txt
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/
Dindex64 #EXT-X-KEY:METHOD=AES-128,URI="data:text/plain;charset=utf-8,a4cd9995a1aa91e1",IV=0x303030303030303…
Dindex44 #EXT-X-KEY:METHOD=SAMPLE-AES,URI="data:text/plain;charset=utf-8,a4cd9995a1aa91e1",IV=0X99b74007b625…
Dindex134 #EXT-X-KEY:METHOD=AES-128,URI="data:text/plain;charset=utf-8,a4cd9995a1aa91e1",IV=0x303030303030303…
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DUtils.java83 final String plain = context.getString(resId, (Object[]) escapedArgs); in getHtmlFromResources() local
84 return Html.fromHtml(plain, 0); in getHtmlFromResources()
/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
DImmutable.md181 Persistent data structure is also much more complex than a plain mutable data structure, both in
/frameworks/base/tools/aapt2/
DResources.proto306 // A plain reference (@package:type/entry).
/frameworks/native/docs/
DDoxyfile1394 # plain latex in the generated Makefile. Set this option to YES to get a
1420 # bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
1423 LATEX_BIB_STYLE = plain
/frameworks/av/media/libaaudio/
DDoxyfile1685 # The default value is: plain.
1688 LATEX_BIB_STYLE = plain
/frameworks/av/media/codec2/docs/
Ddoxygen.config1768 # The default value is: plain.
1771 LATEX_BIB_STYLE = plain
/frameworks/base/media/native/midi/include/
DDoxyfile1818 # The default value is: plain.
1821 LATEX_BIB_STYLE = plain
/frameworks/wilhelm/doc/
DDoxyfile1142 # plain latex in the generated Makefile. Set this option to YES to get a
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6819 field public static final java.lang.String MIMETYPE_TEXT_PLAIN = "text/plain";
57406 field public static final java.lang.String PLAIN_TEXT_TYPE = "text/plain";
/frameworks/base/core/api/
Dcurrent.txt10126 field public static final String MIMETYPE_TEXT_PLAIN = "text/plain";