Searched refs:beforeTextChanged (Results 1 - 10 of 10) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
H A DAntiTrimmerTextWatcher.java48 public void beforeTextChanged(CharSequence s, int start, int count, int after) { method in class:AntiTrimmerTextWatcher
H A DMultipleTimesTextWatcher.java51 public void beforeTextChanged(CharSequence s, int start, int count, int after) { method in class:MultipleTimesTextWatcher
H A DVirtualContainerView.java522 public void beforeTextChanged(CharSequence s, int start, int count, int after) { method in class:VirtualContainerView.Line.OneTimeLineWatcher
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
H A DHidHostActivity.java60 public void beforeTextChanged(CharSequence s, int start, int count, int after) {}
/cts/tests/tests/text/src/android/text/method/cts/
H A DPasswordTransformationMethodTest.java174 verify(mMethod, atLeastOnce()).beforeTextChanged(any(), anyInt(), anyInt(), anyInt());
185 verify(mMethod, atLeastOnce()).beforeTextChanged(any(), anyInt(), anyInt(), anyInt());
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
H A DMultiNetworkConnectivityTestActivity.java244 public void beforeTextChanged(CharSequence charSequence, int i, int i1, int i2) {}
258 public void beforeTextChanged(CharSequence charSequence, int i, int i1, int i2) {}
/cts/tests/tests/widget/src/android/widget/cts/
H A DAbsListViewTest.java614 mListView.beforeTextChanged(str, 0, str.length(), str.length());
1255 public void beforeTextChanged(CharSequence s, int start, int count, int after) { method in class:AbsListViewTest.MyListView
1257 super.beforeTextChanged(s, start, count, after);
H A DAutoCompleteTextViewTest.java124 public void beforeTextChanged(CharSequence s, int start, int count, int after) { method in class:AutoCompleteTextViewTest.MyTextWatcher
H A DTextViewTest.java8327 public void beforeTextChanged(CharSequence s, int start, int count, int after) { method in class:TextViewTest.MockTextWatcher
8343 public void beforeTextChanged(CharSequence s, int start, int count, int after) { method in class:TextViewTest.ConvertToSpacesTextWatcher
/cts/tests/tests/text/src/android/text/cts/
H A DSpannableStringBuilderTest.java826 public void beforeTextChanged(CharSequence s, int start, int count, int after) { method in class:SpannableStringBuilderTest.MockTextWatcher

Completed in 184 milliseconds