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

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

Completed in 50 milliseconds