HomeSort by relevance Sort by last modified time
    Searched refs:textZoom (Results 1 - 7 of 7) sorted by null

  /packages/apps/Browser/src/com/android/browser/preferences/
AccessibilityPreferencesFragment.java 84 void updateTextZoomSummary(Preference pref, int textZoom) {
85 pref.setSummary(mFormat.format(textZoom / 100.0));
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 76 Eina_Bool textZoom:1;
1029 if (sd->textZoom)
1048 if (sd->textZoom)
1065 return sd->textZoom;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 378 * @param textZoom the percent value for increasing or decreasing the text
380 public synchronized void setTextZoom(int textZoom) {
    [all...]
WebSettingsClassic.java 613 public synchronized void setTextZoom(int textZoom) {
614 if (mTextSize != textZoom) {
617 mTextSize, textZoom);
619 mTextSize = textZoom;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 629 int textZoom = mPrefs.getInt(PREF_TEXT_ZOOM, 10);
630 return getAdjustedTextZoom(textZoom);
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 372 milliseconds