Searched defs:onTextChanged (Results 1 - 15 of 15) 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.java433 public void onTextChanged(CharSequence s, int where, int before, int after) { method in class:DynamicLayout.ChangeWatcher
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java119 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:PhoneNumberFormattingTextWatcher
/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/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.java247 public void onTextChanged(CharSequence s, method in class:FindActionModeCallback
H A DWebTextView.java120 // Array to store the final character added in onTextChanged, so that its
298 // Normally the delete key's dom events are sent via onTextChanged.
372 // trigger onTextChanged for key down (which will send both
615 protected void onTextChanged(CharSequence s,int start,int before,int count){ method in class:WebTextView
616 super.onTextChanged(s, start, before, count);
618 // Prevent calls to setText from invoking onTextChanged (since this will
621 // limit on text length from registering the onTextChanged event.
690 Log.v(LOGTAG, "onTextChanged start=" + start
/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/
H A DAccountUnlockScreen.java124 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AccountUnlockScreen
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java716 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AutoCompleteTextView.MyWatcher
H A DSearchView.java1082 private void onTextChanged(CharSequence newText) { method in class:SearchView
1546 public void onTextChanged(CharSequence s, int start,
1548 SearchView.this.onTextChanged(s);
H A DAbsListView.java1643 // This is going to call our listener onTextChanged, but we might not
1648 // if mPopup is non-null, then onTextChanged will do the filtering
5308 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AbsListView
5327 throw new IllegalStateException("You cannot call onTextChanged with a non "
H A DTextView.java3310 onTextChanged(text, 0, oldlen, textLength);
7547 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { method in class:TextView
7634 list.get(i).onTextChanged(text, start, before, after);
7682 onTextChanged(buffer, start, before, after);
8040 public void onTextChanged(CharSequence buffer, int start, method in class:TextView.ChangeWatcher
8042 if (DEBUG_EXTRACT) Log.v(LOG_TAG, "onTextChanged start=" + start
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2016 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:RecipientEditTextView.RecipientTextWatcher
/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);

Completed in 405 milliseconds