Searched refs:onTextChanged (Results 1 - 20 of 20) 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.java630 public void onTextChanged(CharSequence s, int where, int before, int after) { method in class:DynamicLayout.ChangeWatcher
H A DSpannableStringBuilder.java962 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.java89 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.java245 protected void onTextChanged(CharSequence text, int start, int before, int after) { method in class:IconMenuItemView
246 super.onTextChanged(text, start, before, after);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAbsKeyInputView.java115 public void onTextChanged(CharSequence s, int start, int before, int count) {
235 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:KeyguardAbsKeyInputView
H A DKeyguardPasswordView.java112 public void onTextChanged(CharSequence s, int start, int before, int count) {
H A DKeyguardAccountView.java121 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:KeyguardAccountView
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java76 public void onTextChanged(CharSequence s, int start, method in class:PasswordTransformationMethod
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java250 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/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DAccountUnlockScreen.java124 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AccountUnlockScreen
H A DPasswordUnlockScreen.java167 public void onTextChanged(CharSequence s, int start, int before, int count) {
/frameworks/base/core/java/android/widget/
H A DSearchView.java1144 private void onTextChanged(CharSequence newText) { method in class:SearchView
1635 public void onTextChanged(CharSequence s, int start,
1637 SearchView.this.onTextChanged(s);
H A DAutoCompleteTextView.java750 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AutoCompleteTextView.MyWatcher
H A DTextView.java3571 onTextChanged(text, 0, oldlen, textLength);
7005 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { method in class:TextView
7092 list.get(i).onTextChanged(text, start, before, after);
7152 onTextChanged(buffer, start, before, after);
8791 public void onTextChanged(CharSequence buffer, int start, int before, int after) { method in class:TextView.ChangeWatcher
8792 if (DEBUG_EXTRACT) Log.v(LOG_TAG, "onTextChanged start=" + start
H A DAbsListView.java1772 // This is going to call our listener onTextChanged, but we might not
1777 // if mPopup is non-null, then onTextChanged will do the filtering
5696 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AbsListView
5715 throw new IllegalStateException("You cannot call onTextChanged with a non "
/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/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2176 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:RecipientEditTextView.RecipientTextWatcher

Completed in 7433 milliseconds