Searched defs:onSelectionChanged (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java55 * is, {@link #onSelectionChanged(int, int)} will not result in sending
64 * is, {@link #onSelectionChanged(int, int)} will not result in sending
87 @Override protected void onSelectionChanged(int selStart, int selEnd) { method in class:ExtractEditText
/frameworks/base/core/java/android/widget/
H A DSpellChecker.java212 public void onSelectionChanged() { method in class:SpellChecker
H A DTextView.java7897 protected void onSelectionChanged(int selStart, int selEnd) { method in class:TextView
8100 onSelectionChanged(newSelStart, newSelEnd);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java433 public void onSelectionChanged(int start, int end) { method in class:RecipientEditTextView
442 super.onSelectionChanged(start, end);

Completed in 168 milliseconds