OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setListSelection
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java
61
textView.
setListSelection
(0);
128
waitAssertListSelection("
setListSelection
(ListView.INVALID_POSITION)", textView,
/cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java
147
private void
setListSelection
(int index) throws Throwable {
204
setListSelection
(0);
214
setListSelection
(3);
257
setListSelection
(5);
261
setListSelection
(2);
347
setListSelection
(1);
AutoCompleteTextViewTest.java
613
mAutoCompleteTextView.
setListSelection
(1);
616
mAutoCompleteTextView.
setListSelection
(2);
/frameworks/base/core/java/android/app/
SearchDialog.java
568
public void
setListSelection
(int index) {
569
mSearchAutoComplete.
setListSelection
(index);