Searched refs:afterTextChanged (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextWatcher.java50 * afterTextChanged() methods may already have made other changes
56 public void afterTextChanged(Editable s); method in interface:TextWatcher
H A DDynamicLayout.java634 public void afterTextChanged(Editable s) { method in class:DynamicLayout.ChangeWatcher
H A DSpannableStringBuilder.java970 watchers[i].afterTextChanged(this);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneNumberWatcherTest.java36 textWatcher.afterTextChanged(number);
47 textWatcher.afterTextChanged(number);
63 textWatcher.afterTextChanged(number);
72 textWatcher.afterTextChanged(number);
88 textWatcher.afterTextChanged(number);
99 textWatcher.afterTextChanged(number);
116 textWatcher.afterTextChanged(number);
129 textWatcher.afterTextChanged(number);
142 textWatcher.afterTextChanged(number);
159 textWatcher.afterTextChanged(numbe
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java100 public synchronized void afterTextChanged(Editable s) { method in class:PhoneNumberFormattingTextWatcher
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAbsKeyInputView.java121 public void afterTextChanged(Editable s) {
239 public void afterTextChanged(Editable s) { method in class:KeyguardAbsKeyInputView
H A DKeyguardPasswordView.java118 public void afterTextChanged(Editable s) {
H A DKeyguardAccountView.java115 public void afterTextChanged(Editable s) { method in class:KeyguardAccountView
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java116 public void afterTextChanged(Editable s) { method in class:PasswordTransformationMethod
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java258 public void afterTextChanged(Editable s) { method in class:FindActionModeCallback
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java185 public void afterTextChanged(Editable s) { } method in class:SpannedTest.Watcher
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DAccountUnlockScreen.java118 public void afterTextChanged(Editable s) { method in class:AccountUnlockScreen
H A DPasswordUnlockScreen.java173 public void afterTextChanged(Editable s) {
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java744 public void afterTextChanged(Editable s) { method in class:AutoCompleteTextView.MyWatcher
H A DSearchView.java1640 public void afterTextChanged(Editable s) {
H A DTextView.java7024 * In 1.0, the {@link TextWatcher#afterTextChanged} method was erroneously
7108 list.get(i).afterTextChanged(text);
8803 public void afterTextChanged(Editable buffer) { method in class:TextView.ChangeWatcher
8804 if (DEBUG_EXTRACT) Log.v(LOG_TAG, "afterTextChanged: " + buffer);
H A DAbsListView.java5726 public void afterTextChanged(Editable s) { method in class:AbsListView
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2116 public void afterTextChanged(Editable s) { method in class:RecipientEditTextView.RecipientTextWatcher

Completed in 7376 milliseconds