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

/frameworks/base/core/java/android/text/
H A DTextWatcher.java40 public void onTextChanged(CharSequence s, int start, int before, int count); method in interface:TextWatcher
52 * you can use {@link Spannable#setSpan} in {@link #onTextChanged}
H A DDynamicLayout.java648 public void onTextChanged(CharSequence s, int where, int before, int after) { method in class:DynamicLayout.ChangeWatcher
H A DSpannableStringBuilder.java964 watchers[i].onTextChanged(this, start, before, after);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneNumberWatcherTest.java35 textWatcher.onTextChanged(number, 0, 0, number.length());
46 textWatcher.onTextChanged(number, len, 0, 1);
62 textWatcher.onTextChanged(number, number.length() - 1, 1, 0);
71 textWatcher.onTextChanged(number, number.length(), 4, 0);
87 textWatcher.onTextChanged(number, 3, 0, 1);
98 textWatcher.onTextChanged(number, 7, 0, 4);
115 textWatcher.onTextChanged(number, 9, 0, 2);
128 textWatcher.onTextChanged(number, 4, 1, 0);
141 textWatcher.onTextChanged(number, 8, 0, 1);
158 textWatcher.onTextChanged(numbe
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java87 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:PhoneNumberFormattingTextWatcher
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java248 protected void onTextChanged(CharSequence text, int start, int before, int after) { method in class:IconMenuItemView
249 super.onTextChanged(text, start, before, after);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java142 public void onTextChanged(CharSequence s, int start, int before, int count) {
290 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:KeyguardPasswordView
H A DKeyguardAccountView.java119 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:KeyguardAccountView
/frameworks/base/core/java/com/android/internal/app/
H A DRestrictionsPinActivity.java148 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:RestrictionsPinActivity
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSaveFragment.java94 public void onTextChanged(CharSequence s, int start, int before, int count) {
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java75 public void onTextChanged(CharSequence s, int start, method in class:PasswordTransformationMethod
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java264 public void onTextChanged(CharSequence s, method in class:FindActionModeCallback
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java177 public void onTextChanged(CharSequence s, int start, int before, method in class:SpannedTest.Watcher
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DMainActivity.java166 @Override public void onTextChanged(CharSequence s, int start, int before, int count) {
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerView.java135 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:TimeZonePickerView
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java232 public void onTextChanged(CharSequence s, int start, int before, int count) { }
/frameworks/base/core/java/android/widget/
H A DSearchView.java1201 private void onTextChanged(CharSequence newText) { method in class:SearchView
1688 public void onTextChanged(CharSequence s, int start,
1690 SearchView.this.onTextChanged(s);
H A DAutoCompleteTextView.java753 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AutoCompleteTextView.MyWatcher
H A DTextView.java4061 onTextChanged(text, 0, oldlen, textLength);
7577 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { method in class:TextView
7679 list.get(i).onTextChanged(text, start, before, after);
7740 onTextChanged(buffer, start, before, after);
9469 public void onTextChanged(CharSequence buffer, int start, int before, int after) { method in class:TextView.ChangeWatcher
9470 if (DEBUG_EXTRACT) Log.v(LOG_TAG, "onTextChanged start=" + start
H A DAbsListView.java1931 // This is going to call our listener onTextChanged, but we might not
1936 // if mPopup is non-null, then onTextChanged will do the filtering
5872 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AbsListView
5892 throw new IllegalStateException("You cannot call onTextChanged with a non "
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1115 private void onTextChanged(CharSequence newText) { method in class:SearchView
1596 public void onTextChanged(CharSequence s, int start,
1598 SearchView.this.onTextChanged(s);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java210 public void onTextChanged(CharSequence charSequence, int i, int i2, int i3) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2219 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:PrintActivity.RangeTextWatcher
2281 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:PrintActivity.EditTextWatcher
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java346 protected void onTextChanged(CharSequence text, int start, int before, int after) { method in class:EditStyledText
347 // onTextChanged will be called super's constructor.
365 super.onTextChanged(text, start, before, after);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2438 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:RecipientEditTextView.RecipientTextWatcher

Completed in 713 milliseconds