Searched refs:WebViewClient (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DLooperAcceleration.java30 import android.webkit.WebViewClient;
61 wv.setWebViewClient(new WebViewClient());
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java26 public class WebViewClient { class
30 * url is about to be loaded in the current WebView. If WebViewClient is not
32 * proper handler for the url. If WebViewClient is provided, return true
389 * that of the function call. If the WebViewClient wishes to use the event beyond that, then it
H A DWebViewProvider.java227 public void setWebViewClient(WebViewClient client);
H A DWebView.java127 * <li>Creating and setting a {@link android.webkit.WebViewClient} subclass.
131 * android.webkit.WebViewClient#shouldOverrideUrlLoading(WebView,String)
160 * webview.setWebViewClient(new WebViewClient() {
715 * {@link WebViewClient#onReceivedHttpAuthRequest}.
734 * {@link WebViewClient#onReceivedHttpAuthRequest}.
1264 * {@link WebViewClient#onScaleChanged}.
1361 * passed to WebViewClient.onPageStarted because although the load for
1374 * as the URL passed to WebViewClient.onPageStarted because although the
1389 * until WebViewClient.onReceivedTitle is called.
1401 * page until WebViewClient
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java215 public void setWebViewClient(WebViewClient client) {
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java30 import android.webkit.WebViewClient;
198 class SimpleWebViewClient extends WebViewClient {
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java44 import android.webkit.WebViewClient;
252 private class MyWebViewClient extends WebViewClient {

Completed in 557 milliseconds