Searched refs:FONT_SLANT_ITALIC (Results 1 – 10 of 10) sorted by relevance
117 public static final int FONT_SLANT_ITALIC = 1; field in FontStyle124 FONT_SLANT_ITALIC214 Preconditions.checkArgument(slant == FONT_SLANT_UPRIGHT || slant == FONT_SLANT_ITALIC, in FontStyle()
293 boolean italic1 = fonts.get(0).getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in analyzeAndResolveVariableType()294 boolean italic2 = fonts.get(1).getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in analyzeAndResolveVariableType()
470 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()599 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in getStyle()
141 if (font.getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC) { in resolveVarFamilyType()
19 import static android.graphics.fonts.FontStyle.FONT_SLANT_ITALIC;150 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_ITALIC), 0, "", null, in styles()
440 isItalic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT in readFont()
352 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in createFromResources()555 mItalic = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in setItalic()
427 return getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in isItalic()
678 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()
17994 field public static final int FONT_SLANT_ITALIC = 1; // 0x1