| /frameworks/base/core/java/android/text/ | 
| D | TextWatcher.java | 40     public void onTextChanged(CharSequence s, int start, int before, int count);  in onTextChanged()  method
 | 
| D | Selection.java | 141         public void onTextChanged(CharSequence s, int start, int before, int count) {}  in onTextChanged()  method in Selection.MemoryTextWatcher
 | 
| D | DynamicLayout.java | 1123         public void onTextChanged(CharSequence s, int where, int before, int after) {  in onTextChanged()  method in DynamicLayout.ChangeWatcher
 | 
| /frameworks/base/telephony/java/android/telephony/ | 
| D | PhoneNumberFormattingTextWatcher.java | 90     public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in PhoneNumberFormattingTextWatcher
 | 
| /frameworks/base/core/tests/coretests/src/android/text/ | 
| D | SpannedTest.java | 192         public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in SpannedTest.Watcher
 | 
| D | DynamicLayoutOffsetMappingTest.java | 245         public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in DynamicLayoutOffsetMappingTest.TestNoBeforeTextChangeWatcherWrapper
 | 
| /frameworks/opt/timezonepicker/src/com/android/timezonepicker/ | 
| D | TimeZonePickerView.java | 135     public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in TimeZonePickerView
 | 
| /frameworks/base/core/java/android/text/method/ | 
| D | PasswordTransformationMethod.java | 77     public void onTextChanged(CharSequence s, int start,  in onTextChanged()  method in PasswordTransformationMethod
 | 
| D | InsertModeTransformationMethod.java | 162     public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in InsertModeTransformationMethod
 | 
| /frameworks/base/core/java/com/android/internal/view/menu/ | 
| D | IconMenuItemView.java | 262     protected void onTextChanged(CharSequence text, int start, int before, int after) {  in onTextChanged()  method in IconMenuItemView
 | 
| /frameworks/base/core/java/android/webkit/ | 
| D | FindActionModeCallback.java | 277     public void onTextChanged(CharSequence s,  in onTextChanged()  method in FindActionModeCallback
 | 
| /frameworks/base/core/java/android/widget/ | 
| D | SelectionActionModeHelper.java | 222     public void onTextChanged(int start, int end) {  in onTextChanged()  method in SelectionActionModeHelper667         public void onTextChanged(int start, int end, TextClassification classification) {  in onTextChanged()  method in SelectionActionModeHelper.SelectionTracker
 
 | 
| D | AutoCompleteTextView.java | 930         public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in AutoCompleteTextView.MyWatcher
 | 
| D | SearchView.java | 1291     private void onTextChanged(CharSequence newText) {  in onTextChanged()  method in SearchView
 | 
| D | TextView.java | 12249     protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {  in onTextChanged()  method15882         public void onTextChanged(CharSequence buffer, int start, int before, int after) {  in onTextChanged()  method in TextView.Drawables.ChangeWatcher
 
 | 
| D | AbsListView.java | 6481     public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method
 | 
| /frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ | 
| D | AnimatableClockView.kt | 212     override fun onTextChanged(  in <lambda>()  method
 | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ | 
| D | RemoteInputView.java | 995         public void onTextChanged(CharSequence s, int start, int before, int count) {}  in onTextChanged()  method in RemoteInputView.SendButtonTextWatcher
 | 
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ | 
| D | PrintActivity.java | 2954         public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in PrintActivity.RangeTextWatcher2992         public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in PrintActivity.EditTextWatcher
 
 | 
| /frameworks/opt/chips/src/com/android/ex/chips/ | 
| D | RecipientEditTextView.java | 2854         public void onTextChanged(CharSequence s, int start, int before, int count) {  in onTextChanged()  method in RecipientEditTextView.RecipientTextWatcher
 | 
| /frameworks/ex/common/java/com/android/ex/editstyledtext/ | 
| D | EditStyledText.java | 346     protected void onTextChanged(CharSequence text, int start, int before, int after) {  in onTextChanged()  method in EditStyledText
 |