/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 253 …verify(mockTextWatcher).onTextChanged(builderCaptor.capture(), eq(0), eq(INITIAL_TEXT.length()), e… in whenSettingText_ShouldFireOnTextChangedWithCorrectArguments() 295 …verify(mockTextWatcher).onTextChanged(builderCaptor.capture(), eq(0), eq(INITIAL_TEXT.length()), e… in whenAppendingText_ShouldFireOnTextChangedWithCorrectArguments() 424 verify(mockTextWatcher).onTextChanged(builderCaptor.capture(), eq(0), eq(0), eq(0)); in whenSettingTextToNull_WatchersSeeEmptyString() 533 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in ShadowTextViewTest.MockTextWatcher
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | CustomNumberPicker.java | 69 public void onTextChanged(CharSequence s, int start, int before, int count) { in initEditText()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TextViewTest.java | 223 … verify(mockTextWatcher).onTextChanged(NEW_TEXT, 0, INITIAL_TEXT.length(), NEW_TEXT.length()); in whenSettingText_ShouldFireOnTextChangedWithCorrectArguments() 263 …verify(mockTextWatcher).onTextChanged(INITIAL_TEXT + NEW_TEXT, 0, INITIAL_TEXT.length(), INITIAL_T… in whenAppendingText_ShouldFireOnTextChangedWithCorrectArguments() 416 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in TextViewTest.MockTextWatcher
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ApiPrompt.java | 130 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in ApiPrompt.ValueWatcher
|
D | ScriptEditor.java | 450 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in ScriptEditor.ContentTextWatcher
|
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | StateAdapter.java | 167 public void onTextChanged(CharSequence s, int start, int before, int cnt) { in populateView()
|
/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | StateAdapter.java | 167 public void onTextChanged(CharSequence s, int start, int before, int cnt) { in populateView()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTextView.java | 124 watcher.onTextChanged(text, 0, oldValue.length(), text.length()); in sendOnTextChanged()
|