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.java63 * in a WebView, you must add the {@code INTERNET} permissions to your
72 * <a href="{@docRoot}guide/webapps/webview.html">Building Web Apps in WebView</a>.</p>
76 * <p>By default, a WebView provides no browser-like widgets, does not
83 * with a WebView. For example:
91 * <p>To provide a WebView in your own Activity, include a {@code &lt;WebView&gt;} in your layout,
92 * or set the entire Activity window as a WebView during {@link
95 * WebView webview = new WebView(this);
113 * <p>A WebView ha
250 public class WebView extends AbsoluteLayout class in inherits:AbsoluteLayout,ViewTreeObserver.OnGlobalFocusChangeListener,ViewGroup.OnHierarchyChangeListener,ViewDebug.HierarchyHandler
448 public WebView(Context context) { method in class:WebView
458 public WebView(Context context, AttributeSet attrs) { method in class:WebView
471 public WebView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:WebView
488 public WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:WebView
509 public WebView(Context context, AttributeSet attrs, int defStyleAttr, method in class:WebView
533 protected WebView(Context context, AttributeSet attrs, int defStyleAttr, method in class:WebView
542 protected WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, method in class:WebView
[all...]

Completed in 7 milliseconds