HomeSort by relevance Sort by last modified time
    Searched refs:onTextChanged (Results 151 - 175 of 300) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasicsFragment.java 61 public void onTextChanged(CharSequence s, int start, int before, int count) {}
EditQuickResponseDialog.java 98 public void onTextChanged(CharSequence s, int start, int before, int count) {}
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
AllAppsSearchBarController.java 74 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 175 verify(mMethod, atLeastOnce()).onTextChanged(any(), anyInt(), anyInt(), anyInt());
186 verify(mMethod, atLeastOnce()).onTextChanged(any(), anyInt(), anyInt(), anyInt());
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 117 public void onTextChanged(CharSequence s, int start, int before, int count) {
317 verify(mockTextWatcher, never()).onTextChanged(any(CharSequence.class),
321 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence(STRING_TEST),
326 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence(STRING_CHECK),
428 verify(mockTextWatcher, never()).onTextChanged(any(CharSequence.class),
433 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("Text"),
438 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("Another"),
666 // to make sure that its onTextChanged is invoked.
691 verify(spyTextWatcher, atLeastOnce()).onTextChanged(sameCharSequence(WORDS[1]),
    [all...]
DialerFilterTest.java 286 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0),
324 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("12345"), eq(0),
340 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0),
350 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("12345"), eq(0),
366 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence("ANDROID"), eq(0),
  /developers/build/prebuilts/gradle/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/logger/
LogFragment.kt 81 override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int) {}
  /developers/build/prebuilts/gradle/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
LogFragment.kt 83 override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int) {}
  /developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
LogFragment.kt 83 override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int) {}
  /developers/samples/android/ui/window/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/logger/
LogFragment.kt 81 override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int) {}
  /frameworks/base/core/java/android/widget/
TextInputTimePickerView.java 92 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {}
105 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {}
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 259 protected void onTextChanged(CharSequence text, int start, int before, int after) {
260 super.onTextChanged(text, start, before, after);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatButton.java 203 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
204 super.onTextChanged(text, start, lengthBefore, lengthAfter);
AppCompatTextView.java 201 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
202 super.onTextChanged(text, start, lengthBefore, lengthAfter);
  /packages/apps/Dialer/java/com/android/incallui/autoresizetext/
AutoResizeTextView.java 297 protected final void onTextChanged(
299 super.onTextChanged(text, start, before, after);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 187 public void onTextChanged(CharSequence s, int start, int before, int count) {
203 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 344 @BindingAdapter(value = {"android:beforeTextChanged", "android:onTextChanged",
347 final OnTextChanged on, final AfterTextChanged after,
362 public void onTextChanged(CharSequence s, int start, int before, int count) {
364 on.onTextChanged(s, start, before, count);
396 public interface OnTextChanged {
397 void onTextChanged(CharSequence s, int start, int before, int count);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
TextUndoActivity.java 88 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiPrompt.java 130 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
CreateCustomSmsDialogFragment.java 112 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {}
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java 192 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/apps/Settings/src/com/android/settings/widget/
ValidatedEditTextPreference.java 119 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorFormula.java 138 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
139 super.onTextChanged(text, start, lengthBefore, lengthAfter);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TextViewTest.java 223 verify(mockTextWatcher).onTextChanged(NEW_TEXT, 0, INITIAL_TEXT.length(), NEW_TEXT.length());
263 verify(mockTextWatcher).onTextChanged(INITIAL_TEXT + NEW_TEXT, 0, INITIAL_TEXT.length(), INITIAL_TEXT.length() + NEW_TEXT.length());
381 assertThat(mockTextWatcher.methodsCalled.get(1), equalTo("onTextChanged"));
416 public void onTextChanged(CharSequence s, int start, int before, int count) {
417 methodsCalled.add("onTextChanged");
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 88 public void onTextChanged(CharSequence s, int start, int before, int count) {

Completed in 1338 milliseconds

1 2 3 4 5 67 8 91011>>