Searched defs:updateSelection (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotSelectorView.java | 56 public void updateSelection(int x, int y) { in updateSelection() method in ScreenshotSelectorView
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethodSession.aidl | 34 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSession.java | 61 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
|
D | InputMethodManager.java | 2075 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodClientCallbackAdaptor.java | 206 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.InputMethodSessionImpl 382 void updateSelection(SomeArgs args) { in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
|
D | IInputMethodSessionWrapper.java | 168 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
|
D | InputMethodService.java | 714 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 4668 protected abstract void updateSelection(int offset); in updateSelection() method in Editor.HandleView 5266 public void updateSelection(int offset) { in updateSelection() method in Editor.InsertionHandleView 5371 protected void updateSelection(int offset) { in updateSelection() method in Editor.SelectionHandleView
|