/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneNumberWatcherTest.java | 36 textWatcher.afterTextChanged(number); in testAppendChars() 47 textWatcher.afterTextChanged(number); in testAppendChars() 63 textWatcher.afterTextChanged(number); in testRemoveLastChars() 72 textWatcher.afterTextChanged(number); in testRemoveLastChars() 88 textWatcher.afterTextChanged(number); in testInsertChars() 99 textWatcher.afterTextChanged(number); in testInsertChars() 116 textWatcher.afterTextChanged(number); in testStopFormatting() 129 textWatcher.afterTextChanged(number); in testStopFormatting() 142 textWatcher.afterTextChanged(number); in testStopFormatting() 159 textWatcher.afterTextChanged(number); in testRestartFormatting() [all …]
|
/frameworks/base/core/java/android/text/ |
D | TextWatcher.java | 56 public void afterTextChanged(Editable s); in afterTextChanged() method
|
D | DynamicLayout.java | 634 public void afterTextChanged(Editable s) { in afterTextChanged() method in DynamicLayout.ChangeWatcher
|
D | SpannableStringBuilder.java | 970 watchers[i].afterTextChanged(this); in sendAfterTextChanged()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 100 public synchronized void afterTextChanged(Editable s) { in afterTextChanged() method in PhoneNumberFormattingTextWatcher
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedTest.java | 185 public void afterTextChanged(Editable s) { } in afterTextChanged() method in SpannedTest.Watcher
|
/frameworks/base/core/java/android/text/method/ |
D | PasswordTransformationMethod.java | 116 public void afterTextChanged(Editable s) { in afterTextChanged() method in PasswordTransformationMethod
|
/frameworks/base/core/java/android/webkit/ |
D | FindActionModeCallback.java | 258 public void afterTextChanged(Editable s) { in afterTextChanged() method in FindActionModeCallback
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | AccountUnlockScreen.java | 118 public void afterTextChanged(Editable s) { in afterTextChanged() method in AccountUnlockScreen
|
D | PasswordUnlockScreen.java | 173 public void afterTextChanged(Editable s) { in PasswordUnlockScreen()
|
/frameworks/base/core/java/android/widget/ |
D | AutoCompleteTextView.java | 727 public void afterTextChanged(Editable s) { in afterTextChanged() method in AutoCompleteTextView.MyWatcher
|
D | SearchView.java | 1626 public void afterTextChanged(Editable s) {
|
D | TextView.java | 7095 list.get(i).afterTextChanged(text); in sendAfterTextChanged() 8741 public void afterTextChanged(Editable buffer) { in afterTextChanged() method in TextView.ChangeWatcher
|
D | AbsListView.java | 5830 public void afterTextChanged(Editable s) { in afterTextChanged() method in AbsListView.FlingRunnable
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 2083 public void afterTextChanged(Editable s) { in afterTextChanged() method in RecipientEditTextView.RecipientTextWatcher
|
/frameworks/base/api/ |
D | 14.txt | 18888 method public synchronized void afterTextChanged(android.text.Editable); 20346 method public abstract void afterTextChanged(android.text.Editable); 20676 method public void afterTextChanged(android.text.Editable); 25357 method public void afterTextChanged(android.text.Editable);
|
D | 15.txt | 19029 method public synchronized void afterTextChanged(android.text.Editable); 20487 method public abstract void afterTextChanged(android.text.Editable); 20817 method public void afterTextChanged(android.text.Editable); 25511 method public void afterTextChanged(android.text.Editable);
|
D | current.txt | 20022 method public synchronized void afterTextChanged(android.text.Editable); 21485 method public abstract void afterTextChanged(android.text.Editable); 21815 method public void afterTextChanged(android.text.Editable); 26698 method public void afterTextChanged(android.text.Editable);
|
D | 16.txt | 20022 method public synchronized void afterTextChanged(android.text.Editable); 21485 method public abstract void afterTextChanged(android.text.Editable); 21815 method public void afterTextChanged(android.text.Editable); 26698 method public void afterTextChanged(android.text.Editable);
|