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.java217 public void onSelectionChanged() { method in class:SpellChecker
H A DTextView.java7016 protected void onSelectionChanged(int selStart, int selEnd) { method in class:TextView
7201 onSelectionChanged(newSelStart, newSelEnd);
H A DEditor.java1546 mSpellChecker.onSelectionChanged();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java314 public void onSelectionChanged(int start, int end) { method in class:RecipientEditTextView
322 super.onSelectionChanged(start, end);

Completed in 97 milliseconds