Searched refs:afterTextChanged (Results 1 - 21 of 21) 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.java657 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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java125 public void afterTextChanged(Editable s) {
243 public void afterTextChanged(Editable s) { method in class:KeyguardAbsKeyInputView
H A DKeyguardPasswordView.java117 public void afterTextChanged(Editable s) {
H A DKeyguardAccountView.java114 public void afterTextChanged(Editable s) { method in class:KeyguardAccountView
/frameworks/base/core/java/com/android/internal/app/
H A DRestrictionsPinActivity.java154 public void afterTextChanged(Editable s) { method in class:RestrictionsPinActivity
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSaveFragment.java109 public void afterTextChanged(Editable s) {
/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.java270 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/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerView.java145 public void afterTextChanged(Editable s) { method in class:TimeZonePickerView
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java744 public void afterTextChanged(Editable s) { method in class:AutoCompleteTextView.MyWatcher
H A DSearchView.java1641 public void afterTextChanged(Editable s) {
H A DTextView.java7325 * In 1.0, the {@link TextWatcher#afterTextChanged} method was erroneously
7424 list.get(i).afterTextChanged(text);
9192 public void afterTextChanged(Editable buffer) { method in class:TextView.ChangeWatcher
9193 if (DEBUG_EXTRACT) Log.v(LOG_TAG, "afterTextChanged: " + buffer);
H A DAbsListView.java6044 public void afterTextChanged(Editable s) { method in class:AbsListView
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java1134 public void afterTextChanged(Editable editable) {
1184 public void afterTextChanged(Editable editable) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1581 public void afterTextChanged(Editable s) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2223 public void afterTextChanged(Editable s) { method in class:RecipientEditTextView.RecipientTextWatcher

Completed in 655 milliseconds