HomeSort by relevance Sort by last modified time
    Searched refs:newSelEnd (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java 54 * @param newSelEnd The new text offset of the cursor selection
62 int newSelStart, int newSelEnd,
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodSession.aidl 37 int newSelStart, int newSelEnd,
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 170 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
172 oldSelStart, oldSelEnd, newSelStart, newSelEnd,
InputMethodService.java 483 int newSelStart, int newSelEnd,
489 newSelStart, newSelEnd, candidatesStart, candidatesEnd);
    [all...]