Searched refs:FONT_SLANT_ITALIC (Results 1 – 8 of 8) sorted by relevance
113 public static final int FONT_SLANT_ITALIC = 1; field in FontStyle120 FONT_SLANT_ITALIC210 Preconditions.checkArgument(slant == FONT_SLANT_UPRIGHT || slant == FONT_SLANT_ITALIC, in FontStyle()
468 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()599 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in getStyle()
19 import static android.graphics.fonts.FontStyle.FONT_SLANT_ITALIC;143 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_ITALIC), in styles()
284 isItalic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT in readFont()
340 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in createFromResources()543 mItalic = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in setItalic()
357 return getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in isItalic()
678 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()
17003 field public static final int FONT_SLANT_ITALIC = 1; // 0x1