Searched refs:currentFontStyleIndex (Results 1 – 1 of 1) sorted by relevance
77 int currentFontStyleIndex = getCurrentSelectedFontStyleIndex(); in updateState() local78 preference.setValueIndex(currentFontStyleIndex); in updateState()79 preference.setSummary(getSummary(currentFontStyleIndex)); in updateState()90 private CharSequence getSummary(int currentFontStyleIndex) { in getSummary() argument91 return mFontStyleTitles[currentFontStyleIndex]; in getSummary()