Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/preferences/
DAccessibilityPreferencesFragment.java84 void updateTextZoomSummary(Preference pref, int textZoom) { in updateTextZoomSummary() argument
85 pref.setSummary(mFormat.format(textZoom / 100.0)); in updateTextZoomSummary()
/packages/apps/Browser/src/com/android/browser/
DBrowserSettings.java629 int textZoom = mPrefs.getInt(PREF_TEXT_ZOOM, 10); in getTextZoom() local
630 return getAdjustedTextZoom(textZoom); in getTextZoom()