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

/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$id.class ... searchView public static final int seekBar public static final int spinner public static final int switch1 public static final int switch2 ...
/frameworks/base/core/java/android/widget/
H A DDatePickerSpinnerDelegate.java516 // set the spinner ranges respecting the min and max dates
544 // with the months in the month spinner
549 // year spinner range does not change based on the current date
554 // set the spinner values
588 * Sets the IME options for a spinner based on its ordering.
590 * @param spinner The spinner.
591 * @param spinnerCount The total spinner count.
592 * @param spinnerIndex The index of the given spinner.
594 private void setImeOptions(NumberPicker spinner, in argument
[all...]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java482 static class spinner extends Thread { class in class:ImageProcessingActivityJB.DVFSWorkaround
486 spinner() { method in class:ImageProcessingActivityJB.DVFSWorkaround.spinner
514 spinner s1;
516 s1 = new spinner();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1379 // Special prompt instead of destination spinner for the first time the user printed
1656 // If the media sizes changed, we update the adapter and the spinner.
1716 // If the color modes changed, we update the adapter and the spinner.
1780 // If the duplex modes changed, we update the adapter and the spinner.
2717 public void onItemSelected(AdapterView<?> spinner, View view, int position, long id) { argument
2720 if (spinner == mDestinationSpinner) {
2792 } else if (spinner == mMediaSizeSpinner) {
2816 } else if (spinner == mColorModeSpinner) {
2827 } else if (spinner == mDuplexModeSpinner) {
2838 } else if (spinner
[all...]

Completed in 166 milliseconds