Home
last modified time | relevance | path

Searched refs:FONT_SLANT_ITALIC (Results 1 – 6 of 6) 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.java424 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()
DSystemFonts.java194 .setSlant(fontConfig.isItalic() ? FontStyle.FONT_SLANT_ITALIC in createFontFamily()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java261 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in createFromResources()
464 mItalic = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in setItalic()
/frameworks/base/core/java/android/provider/
DFontsContract.java654 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()
/frameworks/base/api/
Dcurrent.txt16341 field public static final int FONT_SLANT_ITALIC = 1; // 0x1