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

/frameworks/base/core/java/android/widget/
H A DSpinner.java46 * The items in the Spinner come from the {@link Adapter} associated with
61 public class Spinner extends AbsSpinner implements OnClickListener { class in inherits:AbsSpinner,OnClickListener
62 private static final String TAG = "Spinner";
73 * Use a dropdown anchored to the Spinner for selecting spinner options.
100 public Spinner(Context context) { method in class:Spinner
116 public Spinner(Context context, int mode) { method in class:Spinner
127 public Spinner(Context context, AttributeSet attrs) { method in class:Spinner
143 public Spinner(Context context, AttributeSet attrs, int defStyle) { method in class:Spinner
164 public Spinner(Context context, AttributeSet attrs, int defStyle, int mode) { method in class:Spinner
168 com.android.internal.R.styleable.Spinner, defStyl
[all...]

Completed in 48 milliseconds