Searched refs:FONT_WEIGHT_NORMAL (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | FontListParserTest.java | 21 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/ |
D | FontStyle.java | 77 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/ |
D | UpdatableSystemFontTest.java | 21 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/ |
D | FontListParser.java | 372 int weight = weightStr == null ? FontStyle.FONT_WEIGHT_NORMAL : Integer.parseInt(weightStr); in readFont() 477 weight = FontStyle.FONT_WEIGHT_NORMAL; in readAlias()
|
D | Typeface.java | 365 final FontStyle normal = new FontStyle(FontStyle.FONT_WEIGHT_NORMAL, in createFromResources()
|
/frameworks/base/core/java/android/graphics/fonts/ |
D | FontUpdateRequest.java | 154 int weight = getAttributeValueInt(parser, ATTR_WEIGHT, FontStyle.FONT_WEIGHT_NORMAL); in readFromXml()
|
/frameworks/base/core/java/android/provider/ |
D | FontsContract.java | 701 final FontStyle normal = new FontStyle(FontStyle.FONT_WEIGHT_NORMAL, in buildTypeface()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 18004 field public static final int FONT_WEIGHT_NORMAL = 400; // 0x190
|