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

/frameworks/base/tools/layoutlib/create/tests/mock_android/view/
H A DView.java19 public class View { class
/frameworks/base/tools/layoutlib/create/tests/data/
H A Dmock_android.jarMETA-INF/MANIFEST.MF mock_android/dummy/InnerTest$DerivingClass.class InnerTest.java package mock_android. ...
/frameworks/base/core/java/android/view/
H A DView.java104 * This class represents the basic building block for user interface components. A View
106 * event handling. View is the base class for <em>widgets</em>, which are
143 * {@link #setOnFocusChangeListener(android.view.View.OnFocusChangeListener)}.
158 * <h3>Implementing a Custom View</h3>
291 * View IDs need not be unique throughout the tree, but it is good practice to
441 * If you set a background drawable for a View, then the View will draw it for you
554 * The View class exposes an {@link #ALPHA} property, as well as several transform-related
569 * classes change actual properties of the View object, such as {@link #setAlpha(float) alpha} and
573 * makes animating these View propertie
671 public class View implements Drawable.Callback, KeyEvent.Callback, class in inherits:Drawable.Callback,KeyEvent.Callback,AccessibilityEventSource
3222 public View(Context context) { method in class:View
3256 public View(Context context, AttributeSet attrs) { method in class:View
3278 public View(Context context, AttributeSet attrs, int defStyle) { method in class:View
3732 View() { method in class:View
[all...]

Completed in 817 milliseconds