Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl34 void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSelectorView.java101 private void updateSelection(int x, int y) { in updateSelection() method in ScreenshotSelectorView
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSessionWrapper.java135 void updateSelection(int oldSelStart, int oldSelEnd, int selStart, int selEnd, in updateSelection() method in InputMethodSessionWrapper
DInputMethodSession.java63 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method
DInputMethodManager.java2212 public void updateSelection(View view, int selStart, int selEnd, in updateSelection() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DMultiClientInputMethodClientCallbackAdaptor.java208 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.InputMethodSessionImpl
384 void updateSelection(SomeArgs args) { in updateSelection() method in MultiClientInputMethodClientCallbackAdaptor.CallbackImpl
DIInputMethodSessionWrapper.java174 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in IInputMethodSessionWrapper
DInputMethodService.java1014 public void updateSelection(int oldSelStart, int oldSelEnd, in updateSelection() method in InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
DEditor.java4949 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