Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java74 private ListPreference mFontSize; field in CaptionAppearanceFragment
208 mFontSize = (ListPreference) findPreference(PREF_FONT_SIZE); in initializeAllPreferences()
211 mPreferenceList.add(mFontSize); in initializeAllPreferences()
273 mFontSize.setOnPreferenceChangeListener(this); in installUpdateListeners()
281 mFontSize.setValue(Float.toString(fontSize)); in updateAllPreferences()
398 } else if (mFontSize == preference) { in onPreferenceChange()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java83 private ListPreference mFontSize; field in CaptionPropertiesFragment
267 mFontSize = (ListPreference) findPreference(PREF_FONT_SIZE); in initializeAllPreferences()
335 mFontSize.setOnPreferenceChangeListener(this); in installUpdateListeners()
344 mFontSize.setValue(Float.toString(fontSize)); in updateAllPreferences()
461 } else if (mFontSize == preference) { in onPreferenceChange()