Searched refs:getSlant (Results 1 – 6 of 6) sorted by relevance
232 public @FontSlant int getSlant() { in getSlant() method in FontStyle243 return Math.abs((getWeight() - o.getWeight())) / 100 + (getSlant() == o.getSlant() ? 0 : 2); in getMatchScore()
128 return font.getStyle().getWeight() | (font.getStyle().getSlant() << 16); in makeStyleIdentifier()
614 ? font.getStyle().getSlant() : mItalic; in build()793 (mStyle == null || mStyle.getSlant() == FontStyle.FONT_SLANT_UPRIGHT) ? 0 : 1;
42 Landroid/graphics/fonts/FontStyle;->getSlant()I
9329 HSPLandroid/graphics/fonts/FontStyle;->getSlant()I
16339 method public int getSlant();