Searched defs:updateCursor (Results 1 - 4 of 4) sorted by path

/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.java514 public void updateCursor(Rect newCursor) { method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java348 * The buffer to retrieve the view location in screen coordinates in {@link #updateCursor}.
353 * The matrix to convert the view location into screen coordinates in {@link #updateCursor}.
1569 public void updateCursor(View view, int left, int top, int right, int bottom) { method in class:InputMethodManager
1580 if (DEBUG) Log.d(TAG, "updateCursor");
1584 mCurMethod.updateCursor(mTmpCursorRect);
H A DInputMethodSession.java82 public void updateCursor(Rect newCursor); method in interface:InputMethodSession

Completed in 150 milliseconds