Home
last modified time | relevance | path

Searched refs:getSpinnerPosition (Results 1 – 2 of 2) sorted by relevance

/development/samples/SpinnerTest/src/com/android/example/spinner/test/
DSpinnerActivityTest.java269 int currentPosition = mActivity.getSpinnerPosition(); in testStateDestroy()
335 int currentPosition = mActivity.getSpinnerPosition(); in testStatePause()
/development/samples/Spinner/src/com/android/example/spinner/
DSpinnerActivity.java246 restoreSpinner.setSelection(getSpinnerPosition()); in onResume()
359 public int getSpinnerPosition() { in getSpinnerPosition() method in SpinnerActivity