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.
44 * <p>For more information about using AdapterView, read the
45 * <a href="{@docRoot}guide/topics/ui/binding.html">Binding to Data with AdapterView</a>
48 public abstract class AdapterView<T extends Adapter> extends ViewGroup { class in inherits:ViewGroup
69 * The offset in pixels from the top of the AdapterView to the top
230 public AdapterView(Context context) { method in class:AdapterView
234 public AdapterView(Context context, AttributeSet attrs) { method in class:AdapterView
238 public AdapterView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:AdapterView
242 public AdapterView(Contex method in class:AdapterView
[all...]

Completed in 524 milliseconds