Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberWatcherTest.java39 textWatcher.onTextChanged(number, 0, 0, number.length()); in testAppendChars()
50 textWatcher.onTextChanged(number, len, 0, 1); in testAppendChars()
67 textWatcher.onTextChanged(number, number.length() - 1, 1, 0); in testRemoveLastChars()
76 textWatcher.onTextChanged(number, number.length(), 4, 0); in testRemoveLastChars()
93 textWatcher.onTextChanged(number, 3, 0, 1); in testInsertChars()
104 textWatcher.onTextChanged(number, 7, 0, 4); in testInsertChars()
122 textWatcher.onTextChanged(number, 9, 0, 2); in testStopFormatting()
135 textWatcher.onTextChanged(number, 4, 1, 0); in testStopFormatting()
148 textWatcher.onTextChanged(number, 8, 0, 1); in testStopFormatting()
166 textWatcher.onTextChanged(number, 9, 0, 2); in testRestartFormatting()
[all …]
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
DEmojiTextWatcherTest.java61 mTextWatcher.onTextChanged(testString, 0, 0, 1); in testOnTextChanged_callsProcess()
73 mTextWatcher.onTextChanged(testString, 0, 0, 1); in testOnTextChanged_whenEmojiCompatLoading()
85 mTextWatcher.onTextChanged(testString, 0, 0, 1); in testOnTextChanged_whenEmojiCompatLoadFailed()
99 mTextWatcher.onTextChanged(testString, 0, 0, 1); in testSetEmojiReplaceStrategy()
106 mTextWatcher.onTextChanged(testString, 0, 0, 1); in testSetEmojiReplaceStrategy()
DSpannableBuilderTest.java151 verify(mWatcher, times(1)).onTextChanged(any(CharSequence.class), anyInt(), anyInt(), in testBlocksSpanCallbacks_forEmojiSpans()
179 verify(mWatcher, times(1)).onTextChanged(any(CharSequence.class), anyInt(), anyInt(), in testDoesNotBlockSpanCallbacks_forNonEmojiSpans()
211 verify(textWatcher, times(1)).onTextChanged(any(CharSequence.class), anyInt(), anyInt(), in testDoesNotBlockSpanCallbacksForOtherWatchers()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DCallbackBindingObject.java66 void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged() method
69 void onTextChanged(); in onTextChanged() method
DListenerBindingObject.java158 public void onTextChanged(CharSequence s, int start, int before, int count) { } in onTextChanged() method in ListenerBindingObject
/frameworks/base/core/java/android/text/
DTextWatcher.java40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged() method
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
DSpannableBuilder.java295 mWatchers.get(i).onTextChanged(this, 0, this.length(), this.length()); in fireWatchers()
375 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in SpannableBuilder.WatcherWrapper
376 ((TextWatcher) mObject).onTextChanged(s, start, before, count); in onTextChanged()
DEmojiTextWatcher.java67 public void onTextChanged(CharSequence charSequence, final int start, final int before, in onTextChanged() method in EmojiTextWatcher
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextView.java195 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in AppCompatTextView
196 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
DAppCompatButton.java204 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in AppCompatButton
205 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
DSearchView.java1171 void onTextChanged(CharSequence newText) { in onTextChanged() method in SearchView
1712 public void onTextChanged(CharSequence s, int start,
1714 SearchView.this.onTextChanged(s);
/frameworks/base/core/java/android/widget/
DTextInputTimePickerView.java92 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in TextInputTimePickerView()
105 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in TextInputTimePickerView()
DSelectionActionModeHelper.java127 public void onTextChanged(int start, int end) { in onTextChanged() method in SelectionActionModeHelper
128 mSelectionTracker.onTextChanged(start, end, mTextClassification); in onTextChanged()
323 public void onTextChanged(int start, int end, TextClassification classification) { in onTextChanged() method in SelectionActionModeHelper.SelectionTracker
DSearchView.java1241 private void onTextChanged(CharSequence newText) { in onTextChanged() method in SearchView
1774 public void onTextChanged(CharSequence s, int start,
1776 SearchView.this.onTextChanged(s);
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java259 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in IconMenuItemView
260 super.onTextChanged(text, start, before, after); in onTextChanged()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java362 public void onTextChanged(CharSequence s, int start, int before, int count) { in setTextWatcher()
364 on.onTextChanged(s, start, before, count); in setTextWatcher()
397 void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged() method
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberFormattingTextWatcher.java87 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PhoneNumberFormattingTextWatcher
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerView.java135 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TimeZonePickerView
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DMainActivity.java166 @Override public void onTextChanged(CharSequence s, int start, int before, int count) {
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java75 public void onTextChanged(CharSequence s, int start, in onTextChanged() method in PasswordTransformationMethod
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java263 public void onTextChanged(CharSequence s, in onTextChanged() method in FindActionModeCallback
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java189 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in SpannedTest.Watcher
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java338 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in KeyguardPasswordView
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
DBackupRestoreConfirmation.java232 public void onTextChanged(CharSequence s, int start, int before, int count) { } in monitorEncryptionPassword()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java350 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onTextChanged() method in RemoteInputView

12