Searched defs: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.java671 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/tests/coretests/src/android/text/
H A DSpannedTest.java177 public void onTextChanged(CharSequence s, int start, int before, method in class:SpannedTest.Watcher
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DNavigationBar.java165 protected void onTextChanged(CharSequence text, int start, int lengthBefore, method in class:NavigationBar.NavButton
167 super.onTextChanged(text, start, lengthBefore, lengthAfter);
/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 DKeyguardPasswordView.java305 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:KeyguardPasswordView
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTextViewBindingAdapter.java299 @BindingAdapter("android:onTextChanged")
300 public static void setListener(TextView view, OnTextChanged onTextChanged) { argument
301 setListener(view, null, onTextChanged, null);
310 @BindingAdapter({"android:beforeTextChanged", "android:onTextChanged"})
316 @BindingAdapter({"android:onTextChanged", "android:afterTextChanged"})
322 @BindingAdapter({"android:beforeTextChanged", "android:onTextChanged", "android:afterTextChanged"})
338 public void onTextChanged(CharSequence s, int start, int before, int count) {
340 on.onTextChanged(s, start, before, count);
370 void onTextChanged(CharSequence s, int start, int before, int count); method in interface:TextViewBindingAdapter.OnTextChanged
/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.java754 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AutoCompleteTextView.MyWatcher
H A DSearchView.java1200 private void onTextChanged(CharSequence newText) { method in class:SearchView
1680 public void onTextChanged(CharSequence s, int start,
1682 SearchView.this.onTextChanged(s);
H A DAbsListView.java1928 // This is going to call our listener onTextChanged, but we might not
1933 // if mPopup is non-null, then onTextChanged will do the filtering
5934 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:AbsListView
5954 throw new IllegalStateException("You cannot call onTextChanged with a non "
H A DTextView.java4351 onTextChanged(text, 0, oldlen, textLength);
7886 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { method in class:TextView
7988 list.get(i).onTextChanged(text, start, before, after);
8051 onTextChanged(buffer, start, before, after);
10151 public void onTextChanged(CharSequence buffer, int start, int before, int after) { method in class:TextView.ChangeWatcher
10152 if (DEBUG_EXTRACT) Log.v(LOG_TAG, "onTextChanged start=" + start
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java157 public void onTextChanged(CharSequence s, int start, int before, int count) { } method in class:ListenerBindingObject
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2331 public void onTextChanged(CharSequence s, int start, int before, int count) { method in class:PrintActivity.RangeTextWatcher
2393 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.java1134 private void onTextChanged(CharSequence newText) { method in class:SearchView
1615 public void onTextChanged(CharSequence s, int start,
1617 SearchView.this.onTextChanged(s);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2476 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 766 milliseconds