Home
last modified time | relevance | path

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

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DDynamicTextActivity.kt24 override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int) {} in onCreate() method
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButton.java188 buttonListener.onTextChanged(text); in setText()
236 void onTextChanged(CharSequence text); in onTextChanged() method
DFooterBarMixin.java129 public void onTextChanged(CharSequence text) { in createButtonEventListener() method
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DCustomNumberPicker.java69 public void onTextChanged(CharSequence s, int start, int before, int count) { in initEditText()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java254 …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/
DApiPrompt.java130 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in ApiPrompt.ValueWatcher
DScriptEditor.java450 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/
DStateAdapter.java144 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/
DStateAdapter.java144 public void onTextChanged(CharSequence s, int start, int before, int cnt) { in populateView()