Searched refs:mCurrentFontScaleValue (Results 1 – 1 of 1) sorted by relevance
43 private float mCurrentFontScaleValue; field in FontScalePreferenceFragment67 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()