Searched refs:mTypeface (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java33 private final String mTypeface; field in class:TextAppearanceSpan
73 mTypeface = family;
79 mTypeface = "sans";
83 mTypeface = "serif";
87 mTypeface = "monospace";
91 mTypeface = null;
115 mTypeface = family;
123 mTypeface = src.readString();
147 dest.writeString(mTypeface);
169 return mTypeface;
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java80 private Typeface_Delegate mTypeface; field in class:Paint_Delegate
865 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface);
1117 mTypeface = paint.mTypeface;
1140 mTypeface = Typeface_Delegate.getDelegate(Typeface.sDefaults[0].native_instance);
1161 if (mTypeface != null) {
1163 List<Font> fonts = mTypeface.getFonts();
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java42 private Typeface mTypeface; field in class:Paint
385 mTypeface = null;
425 mTypeface = paint.mTypeface;
971 return mTypeface;
989 mTypeface = typeface;

Completed in 93 milliseconds