Searched refs:currentSelection (Results 1 – 3 of 3) sorted by relevance
242 int currentSelection = ListView.INVALID_POSITION; in waitAssertListSelection() local244 currentSelection = textView.getListSelection(); in waitAssertListSelection()245 if (expected == currentSelection) { in waitAssertListSelection()
72 PhoneAccountHandle currentSelection, in setModel() argument95 if (Objects.equals(currentSelection, mAccounts[i])) { in setModel()
236 int currentSelection = mGvs.getCurrentSelection();237 if (currentSelection < 0238 || currentSelection >= mAllImages.getCount()) {241 return mAllImages.getImageAt(currentSelection);