Searched refs:MODE_DROPDOWN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSpinner.java71 public static final int MODE_DROPDOWN = 1; field in class:Spinner
100 * {@link #MODE_DIALOG} or {@link #MODE_DROPDOWN}.
107 * @see #MODE_DROPDOWN
143 * {@link #MODE_DROPDOWN} and determines how the user will select choices from the spinner.
155 * @see #MODE_DROPDOWN
173 case MODE_DROPDOWN: {
217 * Only valid in {@link #MODE_DROPDOWN}; this method is a no-op in other modes.
233 * Only valid in {@link #MODE_DROPDOWN}; this method is a no-op in other modes.
245 * Only valid in {@link #MODE_DROPDOWN}; other modes will return null.
257 * Only valid in {@link #MODE_DROPDOWN}; thi
[all...]

Completed in 377 milliseconds