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

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

Completed in 163 milliseconds