Home
last modified time | relevance | path

Searched defs:onTextChanged (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java284 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PasswordTransformationMethodTest.MockPasswordTransformationMethod
/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java540 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged() method in DialerFilterTest.MockTextWatcher
DAutoCompleteTextViewTest.java951 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in AutoCompleteTextViewTest.MockAutoCompleteTextView
DAbsListViewTest.java1243 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AbsListViewTest.MyListView
DTextViewTest.java4430 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TextViewTest.MockTextWatcher
4617 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in TextViewTest.MockTextView