Searched defs:View (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/view/
H A DView.java21 public class View { class
/frameworks/base/tools/layoutlib/create/tests/data/
H A Dmock_android.jarMETA-INF/MANIFEST.MF java/lang/JavaClass.class JavaClass.java package java.lang public ...
/frameworks/base/core/java/android/view/
H A DView.java142 * This class represents the basic building block for user interface components. A View
144 * event handling. View is the base class for <em>widgets</em>, which are
181 * {@link #setOnFocusChangeListener(android.view.View.OnFocusChangeListener)}.
196 * <h3>Implementing a Custom View</h3>
329 * View IDs need not be unique throughout the tree, but it is good practice to
476 * any View that needs to update. After this, the drawing commands of the
483 * in the tree. If you set a background drawable for a View, then the View will
596 * &lt;View ...
598 * &lt;View
771 public class View implements Drawable.Callback, KeyEvent.Callback, class in inherits:Drawable.Callback,KeyEvent.Callback,AccessibilityEventSource
4523 public View(Context context) { method in class:View
4609 public View(Context context, @Nullable AttributeSet attrs) { method in class:View
4630 public View(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { method in class:View
4667 public View(Context context, @Nullable AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:View
5377 View() { method in class:View
[all...]

Completed in 104 milliseconds