Searched refs:mTypeface (Results 1 – 3 of 3) sorted by relevance
33 private final String mTypeface; field in TextAppearanceSpan75 mTypeface = "sans"; in TextAppearanceSpan()79 mTypeface = "serif"; in TextAppearanceSpan()83 mTypeface = "monospace"; in TextAppearanceSpan()87 mTypeface = null; in TextAppearanceSpan()110 mTypeface = family; in TextAppearanceSpan()118 mTypeface = src.readString(); in TextAppearanceSpan()142 dest.writeString(mTypeface); in writeToParcel()164 return mTypeface; in getFamily()214 if (mTypeface != null || mStyle != 0) { in updateMeasureState()[all …]
79 private Typeface_Delegate mTypeface; field in Paint_Delegate860 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface); in native_setTypeface()1112 mTypeface = paint.mTypeface; in set()1135 mTypeface = Typeface_Delegate.getDelegate(Typeface.sDefaults[0].native_instance); in reset()1156 if (mTypeface != null) { in updateFontObject()1158 List<Font> fonts = mTypeface.getFonts(); in updateFontObject()
40 private Typeface mTypeface; field in Paint401 mTypeface = paint.mTypeface; in setClassVariablesFrom()944 return mTypeface; in getTypeface()962 mTypeface = typeface; in setTypeface()