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

/frameworks/base/core/java/android/widget/
H A DAdapterView.java36 * An AdapterView is a view whose children are determined by an {@link Adapter}.
40 * {@link Gallery} for commonly used subclasses of AdapterView.
42 public abstract class AdapterView<T extends Adapter> extends ViewGroup { class in inherits:ViewGroup
63 * The offset in pixels from the top of the AdapterView to the top
219 public AdapterView(Context context) { method in class:AdapterView
223 public AdapterView(Context context, AttributeSet attrs) { method in class:AdapterView
227 public AdapterView(Context context, AttributeSet attrs, int defStyle) { method in class:AdapterView
234 * AdapterView has been clicked.
239 * Callback method to be invoked when an item in this AdapterView has
245 * @param parent The AdapterView wher
[all...]

Completed in 36 milliseconds