/aosp14/frameworks/base/core/java/android/text/ |
H A D | TextWatcher.java | 40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged() method
|
H A D | Selection.java | 141 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onTextChanged() method in Selection.MemoryTextWatcher
|
H A D | DynamicLayout.java | 1123 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged() method in DynamicLayout.ChangeWatcher
|
H A D | SpannableStringBuilder.java | 1268 watchers[i].onTextChanged(this, start, before, after); in sendTextChanged()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | DynamicLayoutOffsetMappingTest.java | 199 textWatcher[0].onTextChanged(spannable, 0, 2, 2); in textWithOffsetMapping_onlyCallOnTextChanged_notCrash() 245 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in DynamicLayoutOffsetMappingTest.TestNoBeforeTextChangeWatcherWrapper 246 mTextWatcher.onTextChanged(s, start, before, count); in onTextChanged()
|
H A D | SpannedTest.java | 192 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in SpannedTest.Watcher
|
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | IconMenuItemView.java | 262 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in IconMenuItemView 263 super.onTextChanged(text, start, before, after); in onTextChanged()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextInputTimePickerView.java | 95 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in TextInputTimePickerView() 114 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in TextInputTimePickerView()
|
H A D | SelectionActionModeHelper.java | 222 public void onTextChanged(int start, int end) { in onTextChanged() method in SelectionActionModeHelper 224 mSelectionTracker.onTextChanged(sortedSelectionIndices[0], sortedSelectionIndices[1], in onTextChanged() 667 public void onTextChanged(int start, int end, TextClassification classification) { in onTextChanged() method in SelectionActionModeHelper.SelectionTracker
|
H A D | SearchView.java | 1291 private void onTextChanged(CharSequence newText) { in onTextChanged() method in SearchView 1827 public void onTextChanged(CharSequence s, int start, 1829 SearchView.this.onTextChanged(s);
|
H A D | AutoCompleteTextView.java | 930 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AutoCompleteTextView.MyWatcher
|
H A D | TextView.java | 7200 onTextChanged(text, 0, oldlen, textLength); in setText() 12249 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method 12359 list.get(i).onTextChanged(text, start, before, after); in sendOnTextChanged() 12475 onTextChanged(buffer, start, before, after); in handleTextChanged() 15882 public void onTextChanged(CharSequence buffer, int start, int before, int after) { in onTextChanged() method in TextView.Drawables.ChangeWatcher
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | PhoneNumberFormattingTextWatcher.java | 90 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PhoneNumberFormattingTextWatcher
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardMessageAreaController.java | 71 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {
|
H A D | KeyguardPasswordViewController.java | 85 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ |
H A D | AnimatableClockView.kt | 212 override fun onTextChanged( 218 super.onTextChanged(text, start, lengthBefore, lengthAfter)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputBroadcastDialog.java | 98 public void onTextChanged(CharSequence s, int start, int before, int count) { 139 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A D | MainActivity.java | 166 @Override public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | PasswordTransformationMethod.java | 77 public void onTextChanged(CharSequence s, int start, in onTextChanged() method in PasswordTransformationMethod
|
H A D | InsertModeTransformationMethod.java | 162 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in InsertModeTransformationMethod
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | FindActionModeCallback.java | 277 public void onTextChanged(CharSequence s, in onTextChanged() method in FindActionModeCallback
|
/aosp14/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
H A D | BackupRestoreConfirmation.java | 261 public void onTextChanged(CharSequence s, int start, int before, int count) { } in monitorEncryptionPassword()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 995 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onTextChanged() method in RemoteInputView.SendButtonTextWatcher
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PrintActivity.java | 2954 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PrintActivity.RangeTextWatcher 2992 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PrintActivity.EditTextWatcher
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyboardShortcutListSearch.java | 894 public void onTextChanged(CharSequence s, int start, int before, int count) { in handleShowKeyboardShortcutSearchList()
|