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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyDrawParams.java24 public Typeface mTypeface; field in class:KeyDrawParams
49 mTypeface = copyFrom.mTypeface;
77 if (attr.mTypeface != null) {
78 mTypeface = attr.mTypeface;
H A DKeyVisualAttributes.java27 public final Typeface mTypeface; field in class:KeyVisualAttributes
91 mTypeface = Typeface.defaultFromStyle(
94 mTypeface = null;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java678 paint.setTypeface(params.mTypeface);
779 paint.setTypeface(mKeyDrawParams.mTypeface);
H A DKey.java524 return params.mTypeface;

Completed in 263 milliseconds