Searched refs:FONT_SLANT_UPRIGHT (Results 1 – 6 of 6) 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()
358 mItalic = slant == FontStyle.FONT_SLANT_UPRIGHT ? STYLE_NORMAL : STYLE_ITALIC; in setSlant()424 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()
195 : 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;
654 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()678 FontStyle.FONT_SLANT_UPRIGHT); in buildTypeface()
16342 field public static final int FONT_SLANT_UPRIGHT = 0; // 0x0