/aosp14/frameworks/base/core/java/android/accessibilityservice/ |
H A 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()
|
H A 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()
|
H A D | AccessibilityInputMethodSession.java | 26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | IAccessibilityInputMethodSessionInvoker.java | 111 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()
|
H A D | IInputMethodSessionInvoker.java | 227 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()
|
H A D | InputMethodSession.java | 64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IAccessibilityInputMethodSession.aidl | 27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
|
H A D | IInputMethodSession.aidl | 37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodSessionWrapper.java | 182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument 185 oldSelStart, oldSelEnd, newSelStart, newSelEnd, in updateSelection()
|
H A D | InputMethodService.java | 1291 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument 1297 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd, in updateSelection() 3198 public void onUpdateSelection(int oldSelStart, int oldSelEnd,
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |