Searched refs:beforeTextChanged (Results 1 – 7 of 7) sorted by relevance
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | DynamicTextActivity.kt | 22 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/ |
D | CustomNumberPicker.java | 79 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in initEditText()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ApiPrompt.java | 126 public void beforeTextChanged(CharSequence s, int start, int before, int count) { in beforeTextChanged() method in ApiPrompt.ValueWatcher
|
D | ScriptEditor.java | 458 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/ |
D | ShadowTextViewTest.java | 242 …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/ |
D | StateAdapter.java | 139 public void beforeTextChanged(CharSequence s, int start, int cnt, in populateView()
|
/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | StateAdapter.java | 139 public void beforeTextChanged(CharSequence s, int start, int cnt, in populateView()
|