Home
last modified time | relevance | path

Searched refs:onTextChanged (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMockTextView.java152 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in MockTextView
153 super.onTextChanged(text, start, before, after); in onTextChanged()
/cts/tests/tests/widget/src/android/widget/cts/
DMockTextView.java152 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in MockTextView
153 super.onTextChanged(text, start, before, after); in onTextChanged()
DAutoCompleteTextViewTest.java748 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in AutoCompleteTextViewTest.MockAutoCompleteTextView
749 super.onTextChanged(text, start, before, after); in onTextChanged()
DAbsListViewTest.java870 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AbsListViewTest.MyListView
872 super.onTextChanged(s, start, before, count); in onTextChanged()
DDialerFilterTest.java416 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged() method in DialerFilterTest.MockTextWatcher
DTextViewTest.java4896 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TextViewTest.MockTextWatcher
4976 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TextViewTest.ConvertToSpacesTextWatcher
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java253 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PasswordTransformationMethodTest.MockPasswordTransformationMethod
254 super.onTextChanged(s, start, before, count); in onTextChanged()
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringBuilderTest.java614 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in SpannableStringBuilderTest.MockTextWatcher