Searched refs:FONT_SLANT_UPRIGHT (Results 1 – 7 of 7) sorted by relevance
108 public static final int FONT_SLANT_UPRIGHT = 0; field in FontStyle119 FONT_SLANT_UPRIGHT,131 mSlant = FONT_SLANT_UPRIGHT; in FontStyle()210 Preconditions.checkArgument(slant == FONT_SLANT_UPRIGHT || slant == FONT_SLANT_ITALIC, in FontStyle()
315 mItalic = slant == FontStyle.FONT_SLANT_UPRIGHT ? STYLE_NORMAL : STYLE_ITALIC; in setSlant()381 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()
196 : FontStyle.FONT_SLANT_UPRIGHT) in createFontFamily()
261 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in createFromResources()275 FontStyle.FONT_SLANT_UPRIGHT); in createFromResources()464 mItalic = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in setItalic()793 (mStyle == null || mStyle.getSlant() == FontStyle.FONT_SLANT_UPRIGHT) ? 0 : 1;
647 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()671 FontStyle.FONT_SLANT_UPRIGHT); in buildTypeface()
15877 field public static final int FONT_SLANT_UPRIGHT = 0; // 0x0