Searched refs:mSlant (Results 1 – 1 of 1) sorted by relevance
130 private final @FontSlant int mSlant; field in FontStyle135 mSlant = FONT_SLANT_UPRIGHT; in FontStyle()217 mSlant = slant; in FontStyle()237 return mSlant; in getSlant()259 return fontStyle.mWeight == mWeight && fontStyle.mSlant == mSlant; in equals()264 return Objects.hash(mWeight, mSlant); in hashCode()269 return "FontStyle { weight=" + mWeight + ", slant=" + mSlant + "}"; in toString()