Home
last modified time | relevance | path

Searched refs:updateCursor (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethodSession.aidl43 void updateCursor(in Rect newCursor); in updateCursor() method
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIInputMethodSessionInvoker.java209 void updateCursor(Rect newCursor) { in updateCursor() method in IInputMethodSessionInvoker
220 mSession.updateCursor(newCursor); in updateCursorInternal()
H A DInputMethodSession.java85 public void updateCursor(Rect newCursor); in updateCursor() method
H A DInputMethodManager.java3343 public void updateCursor(View view, int left, int top, int right, int bottom) { in updateCursor() method in InputMethodManager
3347 fallbackImm.updateCursor(view, left, top, right, bottom); in updateCursor()
3362 mCurBindState.mImeSession.updateCursor(mTmpCursorRect); in updateCursor()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java113 mInputMethodSession.updateCursor((Rect)msg.obj); in executeMessage()
201 public void updateCursor(Rect newCursor) { in updateCursor() method in IInputMethodSessionWrapper
H A DInputMethodService.java1313 public void updateCursor(Rect newCursor) { in updateCursor() method in InputMethodService.InputMethodSessionImpl
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt20119 method public void updateCursor(android.graphics.Rect);
55780 method @Deprecated public void updateCursor(android.view.View, int, int, int, int);
55803 method public void updateCursor(android.graphics.Rect);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt85843 Lcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateCursor(Landroid/graphics/Rect;)V
85865 Lcom/android/internal/view/IInputMethodSession;->updateCursor(Landroid/graphics/Rect;)V