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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java73 public void updateCursor(Rect newCursor); method in interface:InputMethodSession
H A DInputMethodManager.java1208 public void updateCursor(View view, int left, int top, int right, int bottom) { method in class:InputMethodManager
1219 if (DEBUG) Log.d(TAG, "updateCursor");
1223 mCurMethod.updateCursor(mTmpCursorRect);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl40 void updateCursor(in Rect newCursor);
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java117 mInputMethodSession.updateCursor((Rect)msg.obj);
170 public void updateCursor(Rect newCursor) { method in class:IInputMethodSessionWrapper
H A DInputMethodService.java454 public void updateCursor(Rect newCursor) { method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
H A DTextView.java4163 imm.updateCursor(this,

Completed in 267 milliseconds