Home
last modified time | relevance | path

Searched refs:getListSelection (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DAutoCompleteTextViewPopup.java244 currentSelection = textView.getListSelection(); in waitAssertListSelection()
250 assertEquals(message, expected, textView.getListSelection()); in waitAssertListSelection()
/frameworks/base/core/java/android/widget/
DSearchView.java910 + mQueryTextView.getListSelection());
916 && mQueryTextView.getListSelection() != ListView.INVALID_POSITION) {
964 int position = mQueryTextView.getListSelection(); in onSuggestionsKey()
986 if (keyCode == KeyEvent.KEYCODE_DPAD_UP && 0 == mQueryTextView.getListSelection()) { in onSuggestionsKey()
998 int position = mQueryTextView.getListSelection(); in onSuggestionsKey()
DAutoCompleteTextView.java842 public int getListSelection() { in getListSelection() method in AutoCompleteTextView
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java932 + mQueryTextView.getListSelection());
938 && mQueryTextView.getListSelection() != ListView.INVALID_POSITION) {
978 int position = mQueryTextView.getListSelection(); in onSuggestionsKey()
998 if (keyCode == KeyEvent.KEYCODE_DPAD_UP && 0 == mQueryTextView.getListSelection()) { in onSuggestionsKey()
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt234 NO DOC BLOCK: android.widget.AutoCompleteTextView Method getListSelection()
/frameworks/base/api/
Dcurrent.txt30740 method public int getListSelection();