Searched refs:getListSelection (Results 1 – 6 of 6) sorted by relevance
244 currentSelection = textView.getListSelection(); in waitAssertListSelection()250 assertEquals(message, expected, textView.getListSelection()); in waitAssertListSelection()
1065 + mSearchSrcTextView.getListSelection());1071 && mSearchSrcTextView.getListSelection() != ListView.INVALID_POSITION) {1120 int position = mSearchSrcTextView.getListSelection(); in onSuggestionsKey()1142 if (keyCode == KeyEvent.KEYCODE_DPAD_UP && 0 == mSearchSrcTextView.getListSelection()) { in onSuggestionsKey()1154 int position = mSearchSrcTextView.getListSelection(); in onSuggestionsKey()
1011 public int getListSelection() { in getListSelection() method in AutoCompleteTextView
1678 final int selectedPosition = getListSelection(); in commitChip()
54217 method public int getListSelection();
36975 method public int getListSelection();