/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 | AccessibilityInputMethodSession.java | 26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
|
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
|
/frameworks/base/core/java/android/view/inputmethod/ |
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()
|
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()
|
D | InputMethodSession.java | 64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() argument
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IAccessibilityInputMethodSession.aidl | 27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection() argument
|
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 | 1416 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/ |
D | EditStyledText.java | 227 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |