Searched refs:oldSelEnd (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 34 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSession.java | 61 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
|
D | InputMethodManager.java | 2100 final int oldSelEnd = mCursorSelEnd; in updateSelection() local 2108 mCurMethod.updateSelection(oldSelStart, oldSelEnd, in updateSelection()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 168 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument 171 oldSelStart, oldSelEnd, newSelStart, newSelEnd, in updateSelection()
|
D | MultiClientInputMethodServiceDelegate.java | 202 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in onUpdateSelection() argument
|
D | MultiClientInputMethodClientCallbackAdaptor.java | 206 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument 215 args.argi2 = oldSelEnd; in updateSelection()
|
D | InputMethodService.java | 714 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument 720 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd, in updateSelection() 2198 public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection() argument
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 228 int oldSelEnd = Selection.getSelectionEnd(getText()); in onTouchEvent() local 238 mManager.showSoftKey(oldSelStart, oldSelEnd); in onTouchEvent() 1796 public void showSoftKey(int oldSelStart, int oldSelEnd) { in showSoftKey() argument 1809 Selection.setSelection(getText(), oldSelStart, oldSelEnd); in showSoftKey() local
|