Lines Matching refs:view

22 import android.view.KeyEvent;
23 import android.view.ViewRootImpl;
35 * @param view The WebView that is initiating the callback.
40 public boolean shouldOverrideUrlLoading(WebView view, String url) {
51 * @param view The WebView that is initiating the callback.
56 public void onPageStarted(WebView view, String url, Bitmap favicon) {
65 * @param view The WebView that is initiating the callback.
68 public void onPageFinished(WebView view, String url) {
75 * @param view The WebView that is initiating the callback.
78 public void onLoadResource(WebView view, String url) {
89 * @param view The {@link android.webkit.WebView} that is requesting the
96 public WebResourceResponse shouldInterceptRequest(WebView view,
107 * @param view The WebView that is initiating the callback.
114 public void onTooManyRedirects(WebView view, Message cancelMsg,
155 * @param view The WebView that is initiating the callback.
160 public void onReceivedError(WebView view, int errorCode,
169 * @param view The WebView that is initiating the callback.
173 public void onFormResubmission(WebView view, Message dontResend,
181 * @param view The WebView that is initiating the callback.
185 public void doUpdateVisitedHistory(WebView view, String url,
196 * @param view The WebView that is initiating the callback.
201 public void onReceivedSslError(WebView view, SslErrorHandler handler,
212 * @param view the WebView that is initiating the callback
218 public void onReceivedHttpAuthRequest(WebView view,
227 * will always handle the key event, so none of the super in the view chain
230 * @param view The WebView that is initiating the callback.
235 public boolean shouldOverrideKeyEvent(WebView view, KeyEvent event) {
246 * @param view The WebView that is initiating the callback.
249 public void onUnhandledKeyEvent(WebView view, KeyEvent event) {
250 ViewRootImpl root = view.getViewRootImpl();
260 * @param view he WebView that is initiating the callback.
264 public void onScaleChanged(WebView view, float oldScale, float newScale) {
270 * @param view The WebView requesting the login.
277 public void onReceivedLoginRequest(WebView view, String realm,