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.java377 * The monitor mode for {@link #updateCursorAnchorInfo(View, CursorAnchorInfo)}.
1553 * Set the requested mode for {@link #updateCursorAnchorInfo(View, CursorAnchorInfo)}.
1566 * @deprecated Use {@link #updateCursorAnchorInfo(View, CursorAnchorInfo)} instead.
1597 public void updateCursorAnchorInfo(View view, final CursorAnchorInfo cursorAnchorInfo) { method in class:InputMethodManager
1608 // If immediate bit is set, we will call updateCursorAnchorInfo() even when the data has
1616 Log.w(TAG, "Ignoring redundant updateCursorAnchorInfo: info="
1621 if (DEBUG) Log.v(TAG, "updateCursorAnchorInfo: " + cursorAnchorInfo);
1623 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.java543 public void updateCursorAnchorInfo(CursorAnchorInfo info) { method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
H A DEditor.java2996 * A listener to call {@link InputMethodManager#updateCursorAnchorInfo(View, CursorAnchorInfo)}
3157 imm.updateCursorAnchorInfo(mTextView, builder.build());

Completed in 134 milliseconds