Searched refs:mFontStyleStringValues (Results 1 – 1 of 1) sorted by relevance
42 private final String[] mFontStyleStringValues; field in CaptionsTextStyleListPreferenceController55 mFontStyleStringValues = new String[]{ in CaptionsTextStyleListPreferenceController()62 mFontStyleIntValues = new int[mFontStyleStringValues.length]; in CaptionsTextStyleListPreferenceController()63 for (int i = 0; i < mFontStyleStringValues.length; i++) { in CaptionsTextStyleListPreferenceController()64 mFontStyleIntValues[i] = Integer.parseInt(mFontStyleStringValues[i]); in CaptionsTextStyleListPreferenceController()76 preference.setEntryValues(mFontStyleStringValues); in updateState()