Searched refs:updateCursor (Results 1 - 6 of 6) sorted by last modified time

/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java130 mInputMethodSession.updateCursor((Rect)msg.obj);
197 public void updateCursor(Rect newCursor) { method in class:IInputMethodSessionWrapper
H A DInputMethodService.java506 public void updateCursor(Rect newCursor) { method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1439 public void updateCursor(View view, int left, int top, int right, int bottom) { method in class:InputMethodManager
1450 if (DEBUG) Log.d(TAG, "updateCursor");
1454 mCurMethod.updateCursor(mTmpCursorRect);
H A DInputMethodSession.java82 public void updateCursor(Rect newCursor); method in interface:InputMethodSession
/frameworks/base/core/java/android/widget/
H A DEditor.java1219 imm.updateCursor(mTextView,
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl42 void updateCursor(in Rect newCursor);

Completed in 105 milliseconds