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

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DContentSettingsAdapter.java178 public synchronized void setTextZoom(int textZoom) { argument
179 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setTextZoom=" + textZoom);
180 mAwSettings.setTextZoom(textZoom);
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java487 * @param textZoom the text zoom in percent
489 public synchronized void setTextZoom(int textZoom) { argument

Completed in 39 milliseconds