Home
last modified time | relevance | path

Searched refs:currentSelection (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java242 int currentSelection = ListView.INVALID_POSITION; in waitAssertListSelection() local
244 currentSelection = textView.getListSelection(); in waitAssertListSelection()
245 if (expected == currentSelection) { in waitAssertListSelection()
/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DAccountSelectionPreference.java72 PhoneAccountHandle currentSelection, in setModel() argument
95 if (Objects.equals(currentSelection, mAccounts[i])) { in setModel()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java236 int currentSelection = mGvs.getCurrentSelection();
237 if (currentSelection < 0
238 || currentSelection >= mAllImages.getCount()) {
241 return mAllImages.getImageAt(currentSelection);