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

/frameworks/base/core/java/android/widget/
H A DSpinner.java42 * The items in the Spinner come from the {@link Adapter} associated with
57 public class Spinner extends AbsSpinner implements OnClickListener { class in inherits:AbsSpinner,OnClickListener
58 private static final String TAG = "Spinner";
69 * Use a dropdown anchored to the Spinner for selecting spinner options.
93 public Spinner(Context context) { method in class:Spinner
109 public Spinner(Context context, int mode) { method in class:Spinner
120 public Spinner(Context context, AttributeSet attrs) { method in class:Spinner
136 public Spinner(Context context, AttributeSet attrs, int defStyle) { method in class:Spinner
157 public Spinner(Context context, AttributeSet attrs, int defStyle, int mode) { method in class:Spinner
161 com.android.internal.R.styleable.Spinner, defStyl
[all...]

Completed in 57 milliseconds