Home
last modified time | relevance | path

Searched refs:FONT_SLANT_UPRIGHT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java108 public static final int FONT_SLANT_UPRIGHT = 0; field in FontStyle
119 FONT_SLANT_UPRIGHT,
131 mSlant = FONT_SLANT_UPRIGHT; in FontStyle()
210 Preconditions.checkArgument(slant == FONT_SLANT_UPRIGHT || slant == FONT_SLANT_ITALIC, in FontStyle()
DFont.java315 mItalic = slant == FontStyle.FONT_SLANT_UPRIGHT ? STYLE_NORMAL : STYLE_ITALIC; in setSlant()
381 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()
DSystemFonts.java196 : FontStyle.FONT_SLANT_UPRIGHT) in createFontFamily()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java261 ? 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;
/frameworks/base/core/java/android/provider/
DFontsContract.java647 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()
671 FontStyle.FONT_SLANT_UPRIGHT); in buildTypeface()
/frameworks/base/non-updatable-api/
Dcurrent.txt15877 field public static final int FONT_SLANT_UPRIGHT = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt15877 field public static final int FONT_SLANT_UPRIGHT = 0; // 0x0