Home
last modified time | relevance | path

Searched refs:FONT_SLANT_ITALIC (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java113 public static final int FONT_SLANT_ITALIC = 1; field in FontStyle
120 FONT_SLANT_ITALIC
210 Preconditions.checkArgument(slant == FONT_SLANT_UPRIGHT || slant == FONT_SLANT_ITALIC, in FontStyle()
DFont.java468 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()
599 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in getStyle()
/frameworks/base/core/tests/coretests/src/android/graphics/
DFontListParserTest.java19 import static android.graphics.fonts.FontStyle.FONT_SLANT_ITALIC;
143 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_ITALIC), in styles()
/frameworks/base/graphics/java/android/graphics/
DFontListParser.java284 isItalic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT in readFont()
DTypeface.java340 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in createFromResources()
543 mItalic = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in setItalic()
/frameworks/base/core/java/android/text/
DFontConfig.java357 return getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in isItalic()
/frameworks/base/core/java/android/provider/
DFontsContract.java678 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()
/frameworks/base/core/api/
Dcurrent.txt17003 field public static final int FONT_SLANT_ITALIC = 1; // 0x1