Lines Matching defs:view

23 import android.view.View;
29 * @param view The WebView that initiated the callback.
33 public void onProgressChanged(WebView view, int newProgress) {}
37 * @param view The WebView that initiated the callback.
40 public void onReceivedTitle(WebView view, String title) {}
44 * @param view The WebView that initiated the callback.
47 public void onReceivedIcon(WebView view, Bitmap icon) {}
51 * @param view The WebView that initiated the callback.
55 public void onReceivedTouchIconUrl(WebView view, String url,
60 * the current page that its custom view has been dismissed.
65 * custom view.
73 * @param view is the View object to be shown.
74 * @param callback is the callback to be invoked if and when the view
77 public void onShowCustomView(View view, CustomViewCallback callback) {};
82 * @param view is the View object to be shown.
85 * @param callback is the callback to be invoked if and when the view
88 public void onShowCustomView(View view, int requestedOrientation,
93 * like to hide its custom view.
105 * @param view The WebView from which the request for a new window
123 public boolean onCreateWindow(WebView view, boolean isDialog,
132 * @param view The WebView that needs to be focused.
134 public void onRequestFocus(WebView view) {}
138 * from the view system if necessary. At this point, WebCore has stopped
149 * @param view The WebView that initiated the callback.
155 public boolean onJsAlert(WebView view, String url, String message,
166 * @param view The WebView that initiated the callback.
173 public boolean onJsConfirm(WebView view, String url, String message,
184 * @param view The WebView that initiated the callback.
192 public boolean onJsPrompt(WebView view, String url, String message,
206 * @param view The WebView that initiated the callback.
213 public boolean onJsBeforeUnload(WebView view, String url, String message,