Home
last modified time | relevance | path

Searched refs:FONT_WEIGHT_NORMAL (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/graphics/
DFontListParserTest.java21 import static android.graphics.fonts.FontStyle.FONT_WEIGHT_NORMAL;
71 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), 0, "", null, in named()
88 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in fallback()
91 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in fallback()
108 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in compact()
125 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in elegant()
144 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), 0, "", null, in styles()
150 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_ITALIC), 0, "", null, in styles()
173 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in variable()
177 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in variable()
[all …]
/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java77 public static final int FONT_WEIGHT_NORMAL = 400; field in FontStyle
134 mWeight = FONT_WEIGHT_NORMAL; in FontStyle()
/frameworks/base/tests/UpdatableSystemFontTest/src/com/android/updatablesystemfont/
DUpdatableSystemFontTest.java21 import static android.graphics.fonts.FontStyle.FONT_WEIGHT_NORMAL;
250 .isEqualTo(FONT_WEIGHT_NORMAL); in updateFontFamily()
398 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT)).build(), in updateNotoSerifAs()
/frameworks/base/graphics/java/android/graphics/
DFontListParser.java372 int weight = weightStr == null ? FontStyle.FONT_WEIGHT_NORMAL : Integer.parseInt(weightStr); in readFont()
477 weight = FontStyle.FONT_WEIGHT_NORMAL; in readAlias()
DTypeface.java365 final FontStyle normal = new FontStyle(FontStyle.FONT_WEIGHT_NORMAL, in createFromResources()
/frameworks/base/core/java/android/graphics/fonts/
DFontUpdateRequest.java154 int weight = getAttributeValueInt(parser, ATTR_WEIGHT, FontStyle.FONT_WEIGHT_NORMAL); in readFromXml()
/frameworks/base/core/java/android/provider/
DFontsContract.java701 final FontStyle normal = new FontStyle(FontStyle.FONT_WEIGHT_NORMAL, in buildTypeface()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt18004 field public static final int FONT_WEIGHT_NORMAL = 400; // 0x190