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

/frameworks/base/core/java/android/widget/
H A DAdapterView.java37 * An AdapterView is a view whose children are determined by an {@link Adapter}.
41 * {@link Gallery} for commonly used subclasses of AdapterView.
45 * <p>For more information about using AdapterView, read the
46 * <a href="{@docRoot}guide/topics/ui/binding.html">Binding to Data with AdapterView</a>
49 public abstract class AdapterView<T extends Adapter> extends ViewGroup { class in inherits:ViewGroup
70 * The offset in pixels from the top of the AdapterView to the top
226 public AdapterView(Context context) { method in class:AdapterView
230 public AdapterView(Context context, AttributeSet attrs) { method in class:AdapterView
234 public AdapterView(Context context, AttributeSet attrs, int defStyle) { method in class:AdapterView
245 * AdapterView ha
[all...]

Completed in 627 milliseconds