Home
last modified time | relevance | path

Searched refs:onTextChanged (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/text/
H A DTextWatcher.java40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged() method
H A DSelection.java141 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onTextChanged() method in Selection.MemoryTextWatcher
H A DDynamicLayout.java1123 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged() method in DynamicLayout.ChangeWatcher
H A DSpannableStringBuilder.java1268 watchers[i].onTextChanged(this, start, before, after); in sendTextChanged()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutOffsetMappingTest.java199 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 DSpannedTest.java192 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 DIconMenuItemView.java262 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 DTextInputTimePickerView.java95 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 DSelectionActionModeHelper.java222 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 DSearchView.java1291 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 DAutoCompleteTextView.java930 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AutoCompleteTextView.MyWatcher
H A DTextView.java7200 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 DPhoneNumberFormattingTextWatcher.java90 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 DKeyguardMessageAreaController.java71 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {
H A DKeyguardPasswordViewController.java85 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 DAnimatableClockView.kt212 override fun onTextChanged(
218 super.onTextChanged(text, start, lengthBefore, lengthAfter)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBroadcastDialog.java98 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 DMainActivity.java166 @Override public void onTextChanged(CharSequence s, int start, int before, int count) {
/aosp14/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java77 public void onTextChanged(CharSequence s, int start, in onTextChanged() method in PasswordTransformationMethod
H A DInsertModeTransformationMethod.java162 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 DFindActionModeCallback.java277 public void onTextChanged(CharSequence s, in onTextChanged() method in FindActionModeCallback
/aosp14/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java261 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 DRemoteInputView.java995 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 DPrintActivity.java2954 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 DKeyboardShortcutListSearch.java894 public void onTextChanged(CharSequence s, int start, int before, int count) { in handleShowKeyboardShortcutSearchList()

12