/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityInputMethodSessionWrapper.java | 50 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() 61 private void doUpdateSelection(int oldSelStart, int oldSelEnd, in doUpdateSelection()
|
D | AccessibilityInputMethodSession.java | 26 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection()
|
D | InputMethod.java | 134 public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in onUpdateSelection() 509 public void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, in updateSelection()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | IAccessibilityInputMethodSessionInvoker.java | 111 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() 123 private void updateSelectionInternal(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelectionInternal()
|
D | IInputMethodSessionInvoker.java | 227 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() 239 private void updateSelectionInternal(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelectionInternal()
|
D | InputMethodSession.java | 64 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IAccessibilityInputMethodSession.aidl | 27 void updateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, in updateSelection()
|
D | IInputMethodSession.aidl | 37 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 182 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
|
D | InputMethodService.java | 1416 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection()
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 228 int oldSelEnd = Selection.getSelectionEnd(getText()); in onTouchEvent() local 1796 public void showSoftKey(int oldSelStart, int oldSelEnd) { in showSoftKey() 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 ... |