Home
last modified time | relevance | path

Searched defs:updateSelection (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSelectorView.java56 public void updateSelection(int x, int y) { in updateSelection() method in ScreenshotSelectorView
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl34 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSession.java61 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
DInputMethodManager.java2075 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DMultiClientInputMethodClientCallbackAdaptor.java206 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.InputMethodSessionImpl
382 void updateSelection(SomeArgs args) { in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
DIInputMethodSessionWrapper.java168 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
DInputMethodService.java714 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
DEditor.java4668 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