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.java116 * This class represents the basic building block for user interface components. A View
118 * event handling. View is the base class for <em>widgets</em>, which are
155 * {@link #setOnFocusChangeListener(android.view.View.OnFocusChangeListener)}.
170 * <h3>Implementing a Custom View</h3>
303 * View IDs need not be unique throughout the tree, but it is good practice to
450 * any View that needs to update. After this, the drawing commands of the
457 * in the tree. If you set a background drawable for a View, then the View will
569 * The View class exposes an {@link #ALPHA} property, as well as several transform-related
584 * classes change actual properties of the View objec
691 public class View implements Drawable.Callback, KeyEvent.Callback, class in inherits:Drawable.Callback,KeyEvent.Callback,AccessibilityEventSource
3568 public View(Context context) { method in class:View
3616 public View(Context context, AttributeSet attrs) { method in class:View
3637 public View(Context context, AttributeSet attrs, int defStyleAttr) { method in class:View
3674 public View(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:View
4186 View() { method in class:View
[all...]

Completed in 3435 milliseconds