Searched refs:onSelectionChanged (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java51 * is, {@link #onSelectionChanged(int, int)} will not result in sending
60 * is, {@link #onSelectionChanged(int, int)} will not result in sending
83 @Override protected void onSelectionChanged(int selStart, int selEnd) { method in class:ExtractEditText
/frameworks/base/core/java/android/widget/
H A DSpellChecker.java220 public void onSelectionChanged() { method in class:SpellChecker
H A DTextView.java7241 protected void onSelectionChanged(int selStart, int selEnd) { method in class:TextView
7427 onSelectionChanged(newSelStart, newSelEnd);
H A DEditor.java1580 mSpellChecker.onSelectionChanged();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java340 public void onSelectionChanged(int start, int end) { method in class:RecipientEditTextView
348 super.onSelectionChanged(start, end);

Completed in 831 milliseconds