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.java70 * in a WebView, you must add the {@code INTERNET} permissions to your
79 * <a href="{@docRoot}guide/webapps/webview.html">Building Web Apps in WebView</a>.</p>
83 * <p>By default, a WebView provides no browser-like widgets, does not
90 * with a WebView. For example:
98 * <p>To provide a WebView in your own Activity, include a {@code <WebView>} in your layout,
99 * or set the entire Activity window as a WebView during {@link
102 * WebView webview = new WebView(this);
120 * <p>A WebView ha
320 public class WebView extends AbsoluteLayout class in inherits:AbsoluteLayout,ViewTreeObserver.OnGlobalFocusChangeListener,ViewGroup.OnHierarchyChangeListener,ViewDebug.HierarchyHandler
531 public WebView(Context context) { method in class:WebView
541 public WebView(Context context, AttributeSet attrs) { method in class:WebView
554 public WebView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:WebView
571 public WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:WebView
592 public WebView(Context context, AttributeSet attrs, int defStyleAttr, method in class:WebView
616 protected WebView(Context context, AttributeSet attrs, int defStyleAttr, method in class:WebView
625 protected WebView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, method in class:WebView
[all...]

Completed in 2617 milliseconds