Home
last modified time | relevance | path

Searched refs:FONT_SLANT_ITALIC (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFontStyle.java117 public static final int FONT_SLANT_ITALIC = 1; field in FontStyle
124 FONT_SLANT_ITALIC
214 Preconditions.checkArgument(slant == FONT_SLANT_UPRIGHT || slant == FONT_SLANT_ITALIC, in FontStyle()
DFontFamily.java293 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()
DFont.java470 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in build()
599 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in getStyle()
DSystemFonts.java141 if (font.getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC) { in resolveVarFamilyType()
/frameworks/base/core/tests/coretests/src/android/graphics/
DFontListParserTest.java19 import static android.graphics.fonts.FontStyle.FONT_SLANT_ITALIC;
150 new FontStyle(FONT_WEIGHT_NORMAL, FONT_SLANT_ITALIC), 0, "", null, in styles()
/frameworks/base/graphics/java/android/graphics/
DFontListParser.java440 isItalic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT in readFont()
DTypeface.java352 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT); in createFromResources()
555 mItalic = italic ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT; in setItalic()
/frameworks/base/core/java/android/text/
DFontConfig.java427 return getStyle().getSlant() == FontStyle.FONT_SLANT_ITALIC; in isItalic()
/frameworks/base/core/java/android/provider/
DFontsContract.java678 ? FontStyle.FONT_SLANT_ITALIC : FontStyle.FONT_SLANT_UPRIGHT) in buildTypeface()
/frameworks/base/core/api/
Dcurrent.txt17994 field public static final int FONT_SLANT_ITALIC = 1; // 0x1