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

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

Completed in 86 milliseconds