Home
last modified time | relevance | path

Searched refs:mFontFamily (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java161 private String mFontFamily; field in KeyboardView
337 mFontFamily = a.getString(attr); in KeyboardView()
370 if (mFontFamily != null) { in KeyboardView()
371 Typeface typeface = Typeface.create(mFontFamily, mTextStyle); in KeyboardView()