Searched refs:mTypeface (Results 1 – 3 of 3) sorted by relevance
33 private final String mTypeface; field in TextAppearanceSpan73 mTypeface = family; in TextAppearanceSpan()79 mTypeface = "sans"; in TextAppearanceSpan()83 mTypeface = "serif"; in TextAppearanceSpan()87 mTypeface = "monospace"; in TextAppearanceSpan()91 mTypeface = null; in TextAppearanceSpan()115 mTypeface = family; in TextAppearanceSpan()123 mTypeface = src.readString(); in TextAppearanceSpan()147 dest.writeString(mTypeface); in writeToParcel()169 return mTypeface; in getFamily()[all …]
80 private Typeface_Delegate mTypeface; field in Paint_Delegate866 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface); in native_setTypeface()1120 mTypeface = paint.mTypeface; in set()1143 mTypeface = Typeface_Delegate.getDelegate(Typeface.sDefaults[0].native_instance); in reset()1164 if (mTypeface != null) { in updateFontObject()1166 List<Font> fonts = mTypeface.getFonts(); in updateFontObject()
42 private Typeface mTypeface; field in Paint385 mTypeface = null; in reset()425 mTypeface = paint.mTypeface; in setClassVariablesFrom()969 return mTypeface; in getTypeface()987 mTypeface = typeface; in setTypeface()