Searched refs:sendOnTextChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java3699 sendOnTextChanged(text, 0, oldlen, textLength);
7226 void sendOnTextChanged(CharSequence text, int start, int before, int after) { method in class:TextView
7235 if (mEditor != null) mEditor.sendOnTextChanged(start, after);
7290 sendOnTextChanged(buffer, start, before, after);
H A DEditor.java965 void sendOnTextChanged(int start, int after) { method in class:Editor

Completed in 73 milliseconds