Searched defs:updateCursor (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java110 mInputMethodSession.updateCursor((Rect)msg.obj);
184 public void updateCursor(Rect newCursor) { method in class:IInputMethodSessionWrapper
H A DInputMethodService.java533 public void updateCursor(Rect newCursor) { method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1653 public void updateCursor(View view, int left, int top, int right, int bottom) { method in class:InputMethodManager
1664 if (DEBUG) Log.d(TAG, "updateCursor");
1668 mCurMethod.updateCursor(mTmpCursorRect);
H A DInputMethodSession.java82 public void updateCursor(Rect newCursor); method in interface:InputMethodSession

Completed in 205 milliseconds