Searched refs:FONT_SLANT_UPRIGHT (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | FontListParserTest.java | 20 import static android.graphics.fonts.FontStyle.FONT_SLANT_UPRIGHT; 63 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in named() 81 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in fallback() 84 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in fallback() 101 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in compact() 118 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in elegant() 137 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in styles() 140 new FontStyle(100, FONT_SLANT_UPRIGHT), in styles() 166 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in variable() 169 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_UPRIGHT), in variable() [all …]
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | FontStyle.java | 108 public static final int FONT_SLANT_UPRIGHT = 0; field in FontStyle 119 FONT_SLANT_UPRIGHT, 131 mSlant = FONT_SLANT_UPRIGHT; in FontStyle() 210 Preconditions.checkArgument(slant == FONT_SLANT_UPRIGHT || slant == FONT_SLANT_ITALIC, in FontStyle()
|
D | Font.java | 402 mItalic = slant == FontStyle.FONT_SLANT_UPRIGHT ? STYLE_NORMAL : STYLE_ITALIC; in setSlant() 468 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build() 599 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in getStyle()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Typeface.java | 340 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in createFromResources() 354 FontStyle.FONT_SLANT_UPRIGHT); in createFromResources() 543 mItalic = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in setItalic() 869 (mStyle == null || mStyle.getSlant() == FontStyle.FONT_SLANT_UPRIGHT) ? 0 : 1;
|
D | FontListParser.java | 284 isItalic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT in readFont()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/ |
D | UpdatableFontDirTest.java | 298 new FontStyle(400, FontStyle.FONT_SLANT_UPRIGHT), 0, null, null); in construct_olderThanPreinstalledFont() 301 new FontStyle(400, FontStyle.FONT_SLANT_UPRIGHT), 0, null, null); in construct_olderThanPreinstalledFont() 460 file, null, "bar", new FontStyle(400, FontStyle.FONT_SLANT_UPRIGHT), in installFontFile_systemFontHasPSNameDifferentFromFileName() 611 file, null, "test", new FontStyle(400, FontStyle.FONT_SLANT_UPRIGHT), 0, null, in installFontFile_preinstalled_downgrade()
|
/frameworks/base/core/java/android/provider/ |
D | FontsContract.java | 678 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface() 702 FontStyle.FONT_SLANT_UPRIGHT); in buildTypeface()
|
/frameworks/base/core/java/android/graphics/fonts/ |
D | FontUpdateRequest.java | 154 int slant = getAttributeValueInt(parser, ATTR_SLANT, FontStyle.FONT_SLANT_UPRIGHT); in readFromXml()
|
/frameworks/base/core/api/ |
D | current.txt | 17004 field public static final int FONT_SLANT_UPRIGHT = 0; // 0x0
|