Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DBrowserSettings.java208 setTextZoom(50);
211 setTextZoom(75);
214 setTextZoom(150);
217 setTextZoom(200);
260 settings.setTextZoom(getTextZoom()); in syncSetting()
593 public void setTextZoom(int percent) { in setTextZoom() method in BrowserSettings
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DConversationViewUtils.java26 public static void setTextZoom(Resources resources, WebSettings settings) { in setTextZoom() method in ConversationViewUtils
38 settings.setTextZoom(textZoom); in setTextZoom()
/packages/apps/Browser/src/com/android/browser/preferences/
DFontSizePreview.java63 ws.setTextZoom(bs.getTextZoom()); in updatePreview()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSecureConversationViewController.java120 ConversationViewUtils.setTextZoom(mCallbacks.getFragment().getResources(), settings); in onCreateView()
DConversationViewFragment.java445 ConversationViewUtils.setTextZoom(getResources(), settings); in onCreateView()