Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTextViewTest.java223 … 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/
DApiPrompt.java131 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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java124 watcher.onTextChanged(text, 0, oldValue.length(), text.length()); in sendOnTextChanged()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace2804 0x7182a3a0 android.widget.TextView onTextChanged (Ljava/lang/CharSequence;III)V TextView.java
3121 0x75fb8190 com.android.calculator2.CalculatorEditText onTextChanged (Ljava/lang/CharSequence;III)V …