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.java117 * This class represents the basic building block for user interface components. A View
119 * event handling. View is the base class for <em>widgets</em>, which are
156 * {@link #setOnFocusChangeListener(android.view.View.OnFocusChangeListener)}.
171 * <h3>Implementing a Custom View</h3>
304 * View IDs need not be unique throughout the tree, but it is good practice to
451 * any View that needs to update. After this, the drawing commands of the
458 * in the tree. If you set a background drawable for a View, then the View will
570 * The View class exposes an {@link #ALPHA} property, as well as several transform-related
585 * classes change actual properties of the View objec
692 public class View implements Drawable.Callback, KeyEvent.Callback, class in inherits:Drawable.Callback,KeyEvent.Callback,AccessibilityEventSource
3575 public View(Context context) { method in class:View
3623 public View(Context context, AttributeSet attrs) { method in class:View
3644 public View(Context context, AttributeSet attrs, int defStyleAttr) { method in class:View
3681 public View(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:View
4199 View() { method in class:View
[all...]

Completed in 409 milliseconds