Searched refs:onTextChanged (Results 1 – 9 of 9) sorted by relevance
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | DynamicTextActivity.kt | 24 override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int) {} in onCreate() method
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | FooterButton.java | 188 buttonListener.onTextChanged(text); in setText() 236 void onTextChanged(CharSequence text); in onTextChanged() method
|
D | FooterBarMixin.java | 129 public void onTextChanged(CharSequence text) { in createButtonEventListener() method
|
/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-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 254 …verify(mockTextWatcher).onTextChanged(builderCaptor.capture(), eq(0), eq(INITIAL_TEXT.length()), e… in whenSettingText_ShouldFireOnTextChangedWithCorrectArguments() 296 …verify(mockTextWatcher).onTextChanged(builderCaptor.capture(), eq(0), eq(INITIAL_TEXT.length()), e… in whenAppendingText_ShouldFireOnTextChangedWithCorrectArguments() 425 verify(mockTextWatcher).onTextChanged(builderCaptor.capture(), eq(0), eq(0), eq(0)); in whenSettingTextToNull_WatchersSeeEmptyString() 535 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in ShadowTextViewTest.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 | 144 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 | 144 public void onTextChanged(CharSequence s, int start, int before, int cnt) { in populateView()
|