Searched refs:updateCursor (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IInputMethodSession.aidl | 43 void updateCursor(in Rect newCursor); in updateCursor() method
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | IInputMethodSessionInvoker.java | 209 void updateCursor(Rect newCursor) { in updateCursor() method in IInputMethodSessionInvoker 220 mSession.updateCursor(newCursor); in updateCursorInternal()
|
H A D | InputMethodSession.java | 85 public void updateCursor(Rect newCursor); in updateCursor() method
|
H A D | InputMethodManager.java | 3343 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 D | IInputMethodSessionWrapper.java | 113 mInputMethodSession.updateCursor((Rect)msg.obj); in executeMessage() 201 public void updateCursor(Rect newCursor) { in updateCursor() method in IInputMethodSessionWrapper
|
H A D | InputMethodService.java | 1313 public void updateCursor(Rect newCursor) { in updateCursor() method in InputMethodService.InputMethodSessionImpl
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 20119 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 D | hiddenapi-max-target-o.txt | 85843 Lcom/android/internal/view/IInputMethodSession$Stub$Proxy;->updateCursor(Landroid/graphics/Rect;)V 85865 Lcom/android/internal/view/IInputMethodSession;->updateCursor(Landroid/graphics/Rect;)V
|