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

/frameworks/base/core/tests/coretests/src/android/view/
H A DPopupWindowVisibility.java54 Spinner spinner = (Spinner) findViewById(R.id.spinner);
58 spinner.setAdapter(spinnerAdapter);
/frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
H A DTest5DetailFragment.java58 Spinner spinner = (Spinner) rootView.findViewById(R.id.test_5_spinner);
59 spinner.setContentDescription("Spinner");
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DScrollingTabContainerView.java125 * @return true if showing as a spinner
190 final SpinnerICS spinner = new SpinnerICS(getContext(), null,
192 spinner.setLayoutParams(new LinearLayout.LayoutParams(
194 spinner.setOnItemClickListenerInt(this);
195 return spinner;
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java134 * @return true if showing as a spinner
205 final Spinner spinner = new Spinner(getContext(), null,
207 spinner.setLayoutParams(new LinearLayout.LayoutParams(
209 spinner.setOnItemClickListenerInt(this);
210 return spinner;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java59 static class spinner extends Thread { class in class:ImageProcessingActivity.DVFSWorkaround
63 spinner() { method in class:ImageProcessingActivity.DVFSWorkaround.spinner
91 spinner s1;
93 s1 = new spinner();
/frameworks/base/core/java/android/widget/
H A DDatePicker.java641 // set the spinner ranges respecting the min and max dates
669 // with the months in the month spinner
674 // year spinner range does not change based on the current date
679 // set the spinner values
728 * Sets the IME options for a spinner based on its ordering.
730 * @param spinner The spinner.
731 * @param spinnerCount The total spinner count.
732 * @param spinnerIndex The index of the given spinner.
734 private void setImeOptions(NumberPicker spinner, in argument
[all...]
H A DTimePicker.java95 // version uses a NumberPicker spinner. Therefore the code
154 public void onValueChange(NumberPicker spinner, int oldVal, int newVal) {
182 public void onValueChange(NumberPicker spinner, int oldVal, int newVal) {
207 /* Get the localized am/pm strings and use them in the spinner */
484 // cache the current hour since spinner range changes and BEFORE changing mIs24HourView!!
490 // set value after spinner range is updated - be aware that because mIs24HourView has
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java160 mSpinner = (Spinner) findViewById(R.id.spinner);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java914 public void onItemSelected(AdapterView<?> spinner, View view, int position, long id) {
915 if (spinner == mDestinationSpinner) {
956 } else if (spinner == mMediaSizeSpinner) {
975 } else if (spinner == mColorModeSpinner) {
991 } else if (spinner == mOrientationSpinner) {
1002 } else if (spinner == mRangeOptionsSpinner) {
1282 // Workaround again the weird spinner behavior to notify for selection
1432 // to a newly inflated spinner, the latter does not show the
2092 // If the media sizes changed, we update the adapter and the spinner.
2147 // If the color modes changed, we update the adapter and the spinner
[all...]

Completed in 1194 milliseconds