/cts/tests/tests/view/src/android/view/cts/ |
D | MockTextView.java | 152 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/ |
D | MockTextView.java | 152 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()
|
D | AutoCompleteTextViewTest.java | 748 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()
|
D | AbsListViewTest.java | 870 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()
|
D | DialerFilterTest.java | 416 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged() method in DialerFilterTest.MockTextWatcher
|
D | TextViewTest.java | 4896 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/ |
D | PasswordTransformationMethodTest.java | 253 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/ |
D | SpannableStringBuilderTest.java | 614 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in SpannableStringBuilderTest.MockTextWatcher
|