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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java28 public Typeface mTypeface = Typeface.DEFAULT; field in class:KeyDrawParams
57 mTypeface = copyFrom.mTypeface;
89 if (attr.mTypeface != null) {
90 mTypeface = attr.mTypeface;
H A DKeyVisualAttributes.java31 public final Typeface mTypeface; field in class:KeyVisualAttributes
103 mTypeface = Typeface.defaultFromStyle(
106 mTypeface = null;
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java85 private ListPreference mTypeface; field in class:CaptionPropertiesFragment
316 mTypeface = (ListPreference) mCustom.findPreference(PREF_TYPEFACE);
330 mTypeface.setOnPreferenceChangeListener(this);
360 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface);
454 if (mTypeface == preference) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java520 paint.setTypeface(params.mTypeface);
542 paint.setTypeface(mKeyDrawParams.mTypeface);
H A DKey.java645 return params.mTypeface;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesView.java371 alphabetKey.setTypeface(params.mTypeface);

Completed in 114 milliseconds