Home
last modified time | relevance | path

Searched refs:oldSelStart (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()
DAccessibilityInputMethodSession.java26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
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
/frameworks/base/core/java/android/view/inputmethod/
DIAccessibilityInputMethodSessionInvoker.java111 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() argument
115 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
118 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
123 private void updateSelectionInternal(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelectionInternal() argument
127 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelectionInternal()
DIInputMethodSessionInvoker.java227 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() argument
231 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelection()
234 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
239 private void updateSelectionInternal(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelectionInternal() argument
243 oldSelStart, oldSelEnd, selStart, selEnd, candidatesStart, candidatesEnd); in updateSelectionInternal()
DInputMethodSession.java64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
/frameworks/base/core/java/com/android/internal/inputmethod/
DIAccessibilityInputMethodSession.aidl27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
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.java1416 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
1422 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd, in updateSelection()
3465 public void onUpdateSelection(int oldSelStart, int oldSelEnd,
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java227 int oldSelStart = Selection.getSelectionStart(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
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...