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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java187 public void updateCursorAnchorInfo(CursorAnchorInfo cursorAnchorInfo); method in interface:InputMethodSession
H A DInputMethodManager.java379 * The monitor mode for {@link #updateCursorAnchorInfo(View, CursorAnchorInfo)}.
1637 * Set the requested mode for {@link #updateCursorAnchorInfo(View, CursorAnchorInfo)}.
1650 * @deprecated Use {@link #updateCursorAnchorInfo(View, CursorAnchorInfo)} instead.
1681 public void updateCursorAnchorInfo(View view, final CursorAnchorInfo cursorAnchorInfo) { method in class:InputMethodManager
1692 // If immediate bit is set, we will call updateCursorAnchorInfo() even when the data has
1700 Log.w(TAG, "Ignoring redundant updateCursorAnchorInfo: info="
1705 if (DEBUG) Log.v(TAG, "updateCursorAnchorInfo: " + cursorAnchorInfo);
1707 mCurMethod.updateCursorAnchorInfo(cursorAnchorInfo);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl52 void updateCursorAnchorInfo(in CursorAnchorInfo cursorAnchorInfo);
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java114 mInputMethodSession.updateCursorAnchorInfo((CursorAnchorInfo)msg.obj);
190 public void updateCursorAnchorInfo(CursorAnchorInfo cursorAnchorInfo) { method in class:IInputMethodSessionWrapper
H A DInputMethodService.java562 public void updateCursorAnchorInfo(CursorAnchorInfo info) { method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
H A DEditor.java3868 * A listener to call {@link InputMethodManager#updateCursorAnchorInfo(View, CursorAnchorInfo)}
4029 imm.updateCursorAnchorInfo(mTextView, builder.build());

Completed in 301 milliseconds