Searched refs:alphabetKey (Results 1 – 1 of 1) sorted by relevance
366 private static void setupAlphabetKey(final TextView alphabetKey, final String label, in setupAlphabetKey() argument368 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()