Home
last modified time | relevance | path

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

/frameworks/base/tests/FrameworkTest/tests/src/android/widget/
DAutoCompleteTextViewPopup.java47 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupSetListSelection()
79 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupGetListSelection()
106 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupClearListSelection()
139 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupNavigateNoAdapter()
173 final AutoCompleteTextView textView = theActivity.getTextView(); in testPopupShow()
DAutoCompleteTextViewCallbacks.java38 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupNoSelection()
62 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupEnterSelection()
99 AutoCompleteTextView textView = theActivity.getTextView(); in testPopupLeaveSelection()
/frameworks/base/tests/FrameworkTest/src/android/widget/
DAutoCompleteTextViewSimple.java63 public AutoCompleteTextView getTextView() { in getTextView() method in AutoCompleteTextViewSimple