Searched refs:updateCursor (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java82 public void updateCursor(Rect newCursor); method in interface:InputMethodSession
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);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl42 void updateCursor(in Rect newCursor);
/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

Completed in 116 milliseconds