Searched refs:onTextChanged (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/base/core/java/android/text/
H A DSelection.java139 public void onTextChanged(CharSequence s, int start, int before, int count) {} method in class:Selection.MemoryTextWatcher
H A DDynamicLayout.java1084 public void onTextChanged(CharSequence s, int where, int before, int after) { method in class:DynamicLayout.ChangeWatcher
H A DSpannableStringBuilder.java1263 watchers[i].onTextChanged(this, start, before, after);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSearchView.java1172 void onTextChanged(CharSequence newText) { method in class:SearchView
1713 public void onTextChanged(CharSequence s, int start,
1715 SearchView.this.onTextChanged(s);
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java865 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AutoCompleteTextView.MyWatcher
H A DTextView.java5734 onTextChanged(text, 0, oldlen, textLength);
9652 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { method in class:TextView
9754 list.get(i).onTextChanged(text, start, before, after);
9852 onTextChanged(buffer, start, before, after);
12504 public void onTextChanged(CharSequence buffer, int start, int before, int after) { method in class:TextView.ChangeWatcher
12506 Log.v(LOG_TAG, "onTextChanged start=" + start
H A DAbsListView.java1945 // This is going to call our listener onTextChanged, but we might not
1950 // if mPopup is non-null, then onTextChanged will do the filtering
6141 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AbsListView
6161 throw new IllegalStateException("You cannot call onTextChanged with a non "
H A DEditor.java1358 getSelectionActionModeHelper().onTextChanged(start, start + before);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java354 public void onTextChanged(CharSequence s, int start, int before, int count) {} method in class:RemoteInputView
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DSearchBar.java228 public void onTextChanged(CharSequence charSequence, int i, int i2, int i3) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2955 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:PrintActivity.RangeTextWatcher
2993 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.java1838 * {@link RecipientTextWatcher#onTextChanged}. We want to call
2851 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:RecipientEditTextView.RecipientTextWatcher
/frameworks/base/config/
H A Dboot-image-profile.txt5749 HPLandroid/telephony/PhoneNumberFormattingTextWatcher;->onTextChanged(Ljava/lang/CharSequence;III)V
6059 HPLandroid/text/method/PasswordTransformationMethod;->onTextChanged(Ljava/lang/CharSequence;III)V
[all...]

Completed in 401 milliseconds

12