Searched defs:onTextChanged (Results 1 - 19 of 19) 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
/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/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.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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAccountView.java119 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:KeyguardAccountView
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
/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/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/core/java/android/widget/
H A DAutoCompleteTextView.java753 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AutoCompleteTextView.MyWatcher
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 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 "
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
/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/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/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
/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 492 milliseconds