Home
last modified time | relevance | path

Searched defs:updateCursor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodSession.aidl40 void updateCursor(in Rect newCursor); in updateCursor() method
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSession.java73 public void updateCursor(Rect newCursor); in updateCursor() method
DInputMethodManager.java1208 public void updateCursor(View view, int left, int top, int right, int bottom) { in updateCursor() method in InputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java170 public void updateCursor(Rect newCursor) { in updateCursor() method in IInputMethodSessionWrapper
DInputMethodService.java454 public void updateCursor(Rect newCursor) { in updateCursor() method in InputMethodService.InputMethodSessionImpl