Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accessibility/
H A DCaptionsTextStyleListPreferenceController.java77 int currentFontStyleIndex = getCurrentSelectedFontStyleIndex(); in updateState() local
78 preference.setValueIndex(currentFontStyleIndex); in updateState()
79 preference.setSummary(getSummary(currentFontStyleIndex)); in updateState()
90 private CharSequence getSummary(int currentFontStyleIndex) { in getSummary() argument
91 return mFontStyleTitles[currentFontStyleIndex]; in getSummary()