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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatSpinner.java77 private static final int MODE_DROPDOWN = 1; field in class:AppCompatSpinner
114 * {@link #MODE_DIALOG} or {@link #MODE_DROPDOWN}.
120 * @see #MODE_DROPDOWN
155 * {@link #MODE_DROPDOWN} and determines how the user will select choices from the spinner.
165 * @see #MODE_DROPDOWN
175 * or {@link #MODE_DROPDOWN}), and the context against which the popup
193 * @see #MODE_DROPDOWN
238 mode = MODE_DROPDOWN;
242 if (mode == MODE_DROPDOWN) {
353 * Only valid in {@link #MODE_DROPDOWN}; othe
[all...]
/frameworks/base/core/java/android/widget/
H A DSpinner.java81 public static final int MODE_DROPDOWN = 1; field in class:Spinner
118 * {@link #MODE_DIALOG} or {@link #MODE_DROPDOWN}.
126 * @see #MODE_DROPDOWN
163 * of {@link #MODE_DIALOG} or {@link #MODE_DROPDOWN} and determines how the
176 * @see #MODE_DROPDOWN
185 * {@link #MODE_DIALOG} or {@link #MODE_DROPDOWN} and determines how the
203 * @see #MODE_DROPDOWN
213 * {@link #MODE_DROPDOWN}), and the theme against which the popup should be
236 * @see #MODE_DROPDOWN
267 case MODE_DROPDOWN
[all...]

Completed in 83 milliseconds