Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DFontConfig.java242 private final @VarTypeAxes int mVarTypeAxes; field in FontConfig.Font
276 mVarTypeAxes = varTypeAxes; in Font()
294 dest.writeInt(mVarTypeAxes); in writeToParcel()
394 return mVarTypeAxes; in getVarTypeAxes()
441 && mVarTypeAxes == font.mVarTypeAxes; in equals()
447 mFontFamilyName, mVarTypeAxes); in hashCode()
459 + ", mVarTypeAxes='" + mVarTypeAxes + '\'' in toString()