/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityInputMethodSessionWrapper.java | 50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument 53 doUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in updateSelection() 56 mHandler.post(() -> doUpdateSelection(oldSelStart, oldSelEnd, newSelStart, in updateSelection() 61 private void doUpdateSelection(int oldSelStart, int oldSelEnd, in doUpdateSelection() argument 65 session.updateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, candidatesStart, in doUpdateSelection()
|
D | InputMethod.java | 134 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() argument 509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection() argument 512 InputMethod.this.onUpdateSelection(oldSelEnd, oldSelEnd, newSelStart, in updateSelection()
|
D | AccessibilityInputMethodSession.java | 26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | IAccessibilityInputMethodSessionInvoker.java | 65 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() argument 69 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
|
D | InputMethodSessionWrapper.java | 127 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() argument 131 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
|
D | InputMethodSession.java | 64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
|
D | InputMethodManager.java | 2664 final int oldSelEnd = mCursorSelEnd; in updateSelection() local 2673 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection() 2675 oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IAccessibilityInputMethodSession.aidl | 35 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument 185 oldSelStart, oldSelEnd, newSelStart, newSelEnd, in updateSelection()
|
D | InputMethodService.java | 1179 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument 1185 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd, in updateSelection() 2896 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
|