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

/frameworks/base/core/java/android/widget/
H A DAdapterView.java39 * An AdapterView is a view whose children are determined by an {@link Adapter}.
43 * {@link Gallery} for commonly used subclasses of AdapterView.
47 * <p>For more information about using AdapterView, read the
48 * <a href="{@docRoot}guide/topics/ui/binding.html">Binding to Data with AdapterView</a>
51 public abstract class AdapterView<T extends Adapter> extends ViewGroup { class in inherits:ViewGroup
72 * The offset in pixels from the top of the AdapterView to the top
233 public AdapterView(Context context) { method in class:AdapterView
237 public AdapterView(Context context, AttributeSet attrs) { method in class:AdapterView
241 public AdapterView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:AdapterView
245 public AdapterView(Contex method in class:AdapterView
[all...]

Completed in 120 milliseconds