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.java130 * This class represents the basic building block for user interface components. A View
132 * event handling. View is the base class for <em>widgets</em>, which are
169 * {@link #setOnFocusChangeListener(android.view.View.OnFocusChangeListener)}.
184 * <h3>Implementing a Custom View</h3>
317 * View IDs need not be unique throughout the tree, but it is good practice to
464 * any View that needs to update. After this, the drawing commands of the
471 * in the tree. If you set a background drawable for a View, then the View will
583 * The View class exposes an {@link #ALPHA} property, as well as several transform-related
598 * classes change actual properties of the View objec
706 public class View implements Drawable.Callback, KeyEvent.Callback, class in inherits:Drawable.Callback,KeyEvent.Callback,AccessibilityEventSource
3776 public View(Context context) { method in class:View
3833 public View(Context context, @Nullable AttributeSet attrs) { method in class:View
3854 public View(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { method in class:View
3891 public View(Context context, @Nullable AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:View
4488 View() { method in class:View
[all...]

Completed in 2569 milliseconds