HomeSort by relevance Sort by last modified time
    Searched refs:currentSelection (Results 1 - 8 of 8) sorted by null

  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 270 String currentSelection = mActivity.getSpinnerSelection();
276 assertEquals(TEST_STATE_DESTROY_SELECTION, currentSelection);
337 String currentSelection = mActivity.getSpinnerSelection();
340 assertEquals(TEST_STATE_PAUSE_SELECTION,currentSelection);
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 242 int currentSelection = ListView.INVALID_POSITION;
244 currentSelection = textView.getListSelection();
245 if (expected == currentSelection) {
  /packages/services/Telephony/src/com/android/phone/settings/
AccountSelectionPreference.java 75 PhoneAccountHandle currentSelection,
98 if (Objects.equals(currentSelection, mAccounts[i])) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
RequestControlPane.java 255 String currentSelection = (String) mCameraSpinner.getSelectedItem();
260 if (cameraSpinnerItems[i].equals(currentSelection)) {
TargetControlPane.java 272 String currentSelection = (String) mCameraSpinner.getSelectedItem();
277 if (cameraSpinnerItems[i].equals(currentSelection)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 798 ISelection currentSelection = outline.getSelection();
799 if (currentSelection == null || !currentSelection.equals(newSelection)) {
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 236 int currentSelection = mGvs.getCurrentSelection();
237 if (currentSelection < 0
238 || currentSelection >= mAllImages.getCount()) {
241 return mAllImages.getImageAt(currentSelection);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 378 milliseconds