Home
last modified time | relevance | path

Searched refs:beforeTextChanged (Results 1 – 7 of 7) sorted by relevance

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DDynamicTextActivity.kt22 override fun beforeTextChanged(s: CharSequence?, start: Int, count: Int, after: Int) {} in onCreate() method
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DCustomNumberPicker.java79 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in initEditText()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DApiPrompt.java126 public void beforeTextChanged(CharSequence s, int start, int before, int count) { in beforeTextChanged() method in ApiPrompt.ValueWatcher
DScriptEditor.java458 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() method in ScriptEditor.ContentTextWatcher
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java242 …verify(mockTextWatcher).beforeTextChanged(INITIAL_TEXT, 0, INITIAL_TEXT.length(), NEW_TEXT.length(… in whenSettingText_ShouldFireBeforeTextChangedWithCorrectArguments()
284 …verify(mockTextWatcher).beforeTextChanged(eq(INITIAL_TEXT), eq(0), eq(INITIAL_TEXT.length()), eq(I… in whenAppendingText_ShouldFireBeforeTextChangedWithCorrectArguments()
530 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() method in ShadowTextViewTest.MockTextWatcher
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DStateAdapter.java139 public void beforeTextChanged(CharSequence s, int start, int cnt, in populateView()
/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DStateAdapter.java139 public void beforeTextChanged(CharSequence s, int start, int cnt, in populateView()