Home
last modified time | relevance | path

Searched refs:onTextChanged (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberWatcherTest.java35 textWatcher.onTextChanged(number, 0, 0, number.length()); in testAppendChars()
46 textWatcher.onTextChanged(number, len, 0, 1); in testAppendChars()
62 textWatcher.onTextChanged(number, number.length() - 1, 1, 0); in testRemoveLastChars()
71 textWatcher.onTextChanged(number, number.length(), 4, 0); in testRemoveLastChars()
87 textWatcher.onTextChanged(number, 3, 0, 1); in testInsertChars()
98 textWatcher.onTextChanged(number, 7, 0, 4); in testInsertChars()
115 textWatcher.onTextChanged(number, 9, 0, 2); in testStopFormatting()
128 textWatcher.onTextChanged(number, 4, 1, 0); in testStopFormatting()
141 textWatcher.onTextChanged(number, 8, 0, 1); in testStopFormatting()
158 textWatcher.onTextChanged(number, 9, 0, 2); in testRestartFormatting()
[all …]
/frameworks/base/core/java/android/text/
DTextWatcher.java40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged() method
DDynamicLayout.java648 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged() method in DynamicLayout.ChangeWatcher
DSpannableStringBuilder.java964 watchers[i].onTextChanged(this, start, before, after); in sendTextChanged()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java248 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in IconMenuItemView
249 super.onTextChanged(text, start, before, after); in onTextChanged()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPasswordView.java140 public void onTextChanged(CharSequence s, int start, int before, int count) { in onFinishInflate()
288 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in KeyguardPasswordView
DKeyguardAccountView.java119 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in KeyguardAccountView
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberFormattingTextWatcher.java87 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PhoneNumberFormattingTextWatcher
/frameworks/base/core/java/com/android/internal/app/
DRestrictionsPinActivity.java148 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in RestrictionsPinActivity
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DSaveFragment.java94 public void onTextChanged(CharSequence s, int start, int before, int count) {
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerView.java135 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TimeZonePickerView
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DMainActivity.java166 @Override public void onTextChanged(CharSequence s, int start, int before, int count) {
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java177 public void onTextChanged(CharSequence s, int start, int before, in onTextChanged() method in SpannedTest.Watcher
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java75 public void onTextChanged(CharSequence s, int start, in onTextChanged() method in PasswordTransformationMethod
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java262 public void onTextChanged(CharSequence s, in onTextChanged() method in FindActionModeCallback
/frameworks/base/core/java/android/widget/
DSearchView.java1180 private void onTextChanged(CharSequence newText) { in onTextChanged() method in SearchView
1667 public void onTextChanged(CharSequence s, int start,
1669 SearchView.this.onTextChanged(s);
DAutoCompleteTextView.java753 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AutoCompleteTextView.MyWatcher
DTextView.java4051 onTextChanged(text, 0, oldlen, textLength); in setText()
7561 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in TextView
7663 list.get(i).onTextChanged(text, start, before, after); in sendOnTextChanged()
7724 onTextChanged(buffer, start, before, after); in handleTextChanged()
9437 public void onTextChanged(CharSequence buffer, int start, int before, int after) { in onTextChanged() method in TextView.ChangeWatcher
DAbsListView.java5849 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1114 private void onTextChanged(CharSequence newText) { in onTextChanged() method in SearchView
1595 public void onTextChanged(CharSequence s, int start,
1597 SearchView.this.onTextChanged(s);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSearchBar.java209 public void onTextChanged(CharSequence charSequence, int i, int i2, int i3) { in onFinishInflate()
/frameworks/base/docs/html/training/accessibility/
Daccessible-app.jd171 public void onTextChanged(String before, String after) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java2172 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PrintActivity.RangeTextWatcher
2234 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in PrintActivity.EditTextWatcher
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java346 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() method in EditStyledText
365 super.onTextChanged(text, start, before, after); in onTextChanged()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2438 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in RecipientEditTextView.RecipientTextWatcher

12