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.java77 * This class represents the basic building block for user interface components. A View
79 * event handling. View is the base class for <em>widgets</em>, which are
141 * <h3>Implementing a Custom View</h3>
273 * View IDs need not be unique throughout the tree, but it is good practice to
422 * If you set a background drawable for a View, then the View will draw it for you
591 public class View implements Drawable.Callback, KeyEvent.Callback, AccessibilityEventSource { class in inherits:Drawable.Callback,KeyEvent.Callback,AccessibilityEventSource
597 protected static final String VIEW_LOG_TAG = "View";
600 * Used to mark a View that has no ID.
741 * <p>Indicates this view can be clicked. When clickable, a View react
1775 public View(Context context) { method in class:View
1798 public View(Context context, AttributeSet attrs) { method in class:View
1820 public View(Context context, AttributeSet attrs, int defStyle) { method in class:View
2086 View() { method in class:View
[all...]

Completed in 450 milliseconds