Home | History | Annotate | Download | only in com.example.android.activityinstrumentation

Lines Matching full:spinner

26 import android.widget.Spinner;
32 * Basic activity with a spinner. The spinner should persist its position to disk every time a
37 /** Shared preferences key: Holds spinner position. Must not be negative. */
41 /** Values for display in spinner. */
57 /** Handle to the spinner in this Activity's layout. */
58 private Spinner mSpinner;
75 // Populate spinner with sample values from an array
76 mSpinner = (Spinner) findViewById(R.id.spinner);
90 // Callback to persist spinner data whenever a new value is selected. This will be the
94 // The methods below commit the ID of the currently selected item in the spinner