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

/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditText.java50 * is, {@link #onSelectionChanged(int, int)} will not result in sending
59 * is, {@link #onSelectionChanged(int, int)} will not result in sending
82 @Override protected void onSelectionChanged(int selStart, int selEnd) { method in class:ExtractEditText
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java252 * in sync with the TextView via onSelectionChanged. If we also
362 protected void onSelectionChanged(int selStart, int selEnd) { method in class:WebTextView
377 Log.v(LOGTAG, "onSelectionChanged selStart=" + selStart
563 // Selection is changed in onSelectionChanged
658 // selection. Normally that is done in onSelectionChanged, but
659 // onSelectionChanged will not be called because the UI copy is not
661 // That onSelectionChanged was blocked because the selection set
800 * Set the selection, and disable our onSelectionChanged action.
/frameworks/base/core/java/android/widget/
H A DTextView.java6075 protected void onSelectionChanged(int selStart, int selEnd) { method in class:TextView
6233 onSelectionChanged(newSelStart, newSelEnd);

Completed in 94 milliseconds