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

/frameworks/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.java81 * in a WebView, you must add the {@code INTERNET} permissions to your
93 * <a href="{@docRoot}guide/webapps/webview.html">Building Web Apps in WebView</a>.
97 * <p>By default, a WebView provides no browser-like widgets, does not
104 * with a WebView. For example:
112 * <p>To provide a WebView in your own Activity, include a {@code <WebView>} in your layout,
113 * or set the entire Activity window as a WebView during {@link
117 * WebView webview = new WebView(this);
138 * <p>A WebView ha
357 public class WebView extends AbsoluteLayout class in inherits:AbsoluteLayout,ViewTreeObserver.OnGlobalFocusChangeListener,ViewGroup.OnHierarchyChangeListener,ViewDebug.HierarchyHandler
563 public WebView(Context context) { method in class:WebView
573 public WebView(Context context, AttributeSet attrs) { method in class:WebView
586 public WebView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:WebView
603 public WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:WebView
624 public WebView(Context context, AttributeSet attrs, int defStyleAttr, method in class:WebView
648 protected WebView(Context context, AttributeSet attrs, int defStyleAttr, method in class:WebView
657 protected WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, method in class:WebView
[all...]

Completed in 9 milliseconds