/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 34 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotSelectorView.java | 101 private void updateSelection(int x, int y) { in updateSelection() method in ScreenshotSelectorView
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSessionWrapper.java | 135 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in InputMethodSessionWrapper
|
D | InputMethodSession.java | 63 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
D | InputMethodManager.java | 2212 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodClientCallbackAdaptor.java | 208 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.InputMethodSessionImpl 384 void updateSelection(SomeArgs args) { in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
|
D | IInputMethodSessionWrapper.java | 174 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
|
D | InputMethodService.java | 1014 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4949 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView 5744 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView 5853 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView 6701 private void updateSelection(MotionEvent event) { in updateSelection() method in Editor.SelectionHandleView.SelectionModifierCursorController
|