Home
last modified time | relevance | path

Searched refs:oldSelEnd (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityInputMethodSessionWrapper.java50 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()
DInputMethod.java134 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()
DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
/frameworks/base/core/java/android/view/inputmethod/
DIAccessibilityInputMethodSessionInvoker.java65 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() argument
69 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
DInputMethodSessionWrapper.java127 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() argument
131 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
DInputMethodSession.java64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
DInputMethodManager.java2664 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/
DIAccessibilityInputMethodSession.aidl35 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
185 oldSelStart, oldSelEnd, newSelStart, newSelEnd, in updateSelection()
DInputMethodService.java1179 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/
DEditStyledText.java228 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