HomeSort by relevance Sort by last modified time
    Searched defs:mTypeface (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 50 private ListPreference mTypeface;
125 mTypeface = (ListPreference) mCustom.findPreference("captioning_typeface");
136 mTypeface.setOnPreferenceChangeListener(this);
168 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface);
223 if (mTypeface == preference) {
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 33 private final String mTypeface;
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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 25 public Typeface mTypeface;
50 mTypeface = copyFrom.mTypeface;
78 if (attr.mTypeface != null) {
79 mTypeface = attr.mTypeface;
KeyVisualAttributes.java 28 public final Typeface mTypeface;
92 mTypeface = Typeface.defaultFromStyle(
95 mTypeface = null;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 79 private Typeface_Delegate mTypeface;
865 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 42 private Typeface mTypeface;
483 mTypeface = null;
527 mTypeface = paint.mTypeface;
    [all...]

Completed in 152 milliseconds