Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DFontScalePreferenceFragment.java43 private float mCurrentFontScaleValue; field in FontScalePreferenceFragment
67 if (Float.compare(mCurrentFontScaleValue, Float.parseFloat(entryValues[i])) == 0) { in onCreatePreferences()
83 FontScalePreviewFragment.CURRENT_FONT_SCALE_VALUE, mCurrentFontScaleValue); in initPreview()
89 mCurrentFontScaleValue = in initFontScaleValue()
101 mCurrentFontScaleValue = Float.parseFloat(preference.getKey()); in onPreferenceChange()
103 initPreview(radioPreference, mCurrentFontScaleValue); in onPreferenceChange()
112 Settings.System.putFloat(resolver, Settings.System.FONT_SCALE, mCurrentFontScaleValue); in commit()