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

/frameworks/base/core/java/android/webkit/
H A DWebView.java67 * in a WebView, you must add the {@code INTERNET} permissions to your
76 * <a href="{@docRoot}guide/webapps/webview.html">Building Web Apps in WebView</a>.</p>
80 * <p>By default, a WebView provides no browser-like widgets, does not
87 * with a WebView. For example:
95 * <p>To provide a WebView in your own Activity, include a {@code &lt;WebView&gt;} in your layout,
96 * or set the entire Activity window as a WebView during {@link
99 * WebView webview = new WebView(this);
117 * <p>A WebView ha
290 public class WebView extends AbsoluteLayout class in inherits:AbsoluteLayout,ViewTreeObserver.OnGlobalFocusChangeListener,ViewGroup.OnHierarchyChangeListener,ViewDebug.HierarchyHandler
501 public WebView(Context context) { method in class:WebView
511 public WebView(Context context, AttributeSet attrs) { method in class:WebView
524 public WebView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:WebView
541 public WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:WebView
562 public WebView(Context context, AttributeSet attrs, int defStyleAttr, method in class:WebView
586 protected WebView(Context context, AttributeSet attrs, int defStyleAttr, method in class:WebView
595 protected WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, method in class:WebView
[all...]
/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

Completed in 196 milliseconds