Searched defs:WebView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java30 * Mock version of the WebView.
31 * Only non override public methods from the real WebView have been added in there.
37 public class WebView extends MockView { class in inherits:MockView
40 * Construct a new WebView with a Context object.
43 public WebView(Context context) { method in class:WebView
48 * Construct a new WebView with layout parameters.
52 public WebView(Context context, AttributeSet attrs) { method in class:WebView
57 * Construct a new WebView with layout parameters and a default style.
62 public WebView(Context context, AttributeSet attrs, int defStyle) { method in class:WebView
/frameworks/base/core/java/android/webkit/
H A DWebView.java114 * in a WebView, you must add the {@code INTERNET} permissions to your
127 * <p>By default, a WebView provides no browser-like widgets, does not
134 * with a WebView. For example:
142 * <p>To provide a WebView in your own Activity, include a {@code &lt;WebView&gt;} in your layout,
143 * or set the entire Activity window as a WebView during {@link
146 * WebView webview = new WebView(this);
164 * <p>A WebView has several customization points where you can add your
178 * android.webkit.WebViewClient#shouldOverrideUrlLoading(WebView,Strin
304 public class WebView extends AbsoluteLayout class in inherits:AbsoluteLayout,ViewTreeObserver.OnGlobalFocusChangeListener,ViewGroup.OnHierarchyChangeListener
938 public WebView(Context context) { method in class:WebView
947 public WebView(Context context, AttributeSet attrs) { method in class:WebView
957 public WebView(Context context, AttributeSet attrs, int defStyle) { method in class:WebView
973 protected WebView(Context context, AttributeSet attrs, int defStyle, method in class:WebView
[all...]

Completed in 131 milliseconds