Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java366 private static void setupAlphabetKey(final TextView alphabetKey, final String label, in setupAlphabetKey() argument
368 alphabetKey.setText(label); in setupAlphabetKey()
369 alphabetKey.setTextColor(params.mFunctionalTextColor); in setupAlphabetKey()
370 alphabetKey.setTextSize(TypedValue.COMPLEX_UNIT_PX, params.mLabelSize); in setupAlphabetKey()
371 alphabetKey.setTypeface(params.mTypeface); in setupAlphabetKey()