Searched defs:onTextChanged (Results 1 - 18 of 18) 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.java653 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.java89 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:PhoneNumberFormattingTextWatcher
/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/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.java262 public void onTextChanged(CharSequence s, method in class:FindActionModeCallback
/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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java119 public void onTextChanged(CharSequence s, int start, int before, int count) {
239 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:KeyguardAbsKeyInputView
H A DKeyguardAccountView.java120 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:KeyguardAccountView
/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/core/java/android/widget/
H A DAutoCompleteTextView.java750 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AutoCompleteTextView.MyWatcher
H A DSearchView.java1144 private void onTextChanged(CharSequence newText) { method in class:SearchView
1636 public void onTextChanged(CharSequence s, int start,
1638 SearchView.this.onTextChanged(s);
H A DAbsListView.java1869 // This is going to call our listener onTextChanged, but we might not
1874 // if mPopup is non-null, then onTextChanged will do the filtering
6012 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AbsListView
6032 throw new IllegalStateException("You cannot call onTextChanged with a non "
H A DTextView.java3817 onTextChanged(text, 0, oldlen, textLength);
7306 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { method in class:TextView
7408 list.get(i).onTextChanged(text, start, before, after);
7468 onTextChanged(buffer, start, before, after);
9180 public void onTextChanged(CharSequence buffer, int start, int before, int after) { method in class:TextView.ChangeWatcher
9181 if (DEBUG_EXTRACT) Log.v(LOG_TAG, "onTextChanged start=" + start
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1109 private void onTextChanged(CharSequence newText) { method in class:SearchView
1576 public void onTextChanged(CharSequence s, int start,
1578 SearchView.this.onTextChanged(s);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2288 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 552 milliseconds