Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIInputMethodSessionInvoker.java211 updateCursorInternal(newCursor); in updateCursor()
213 mCustomHandler.post(() -> updateCursorInternal(newCursor)); in updateCursor()
218 private void updateCursorInternal(Rect newCursor) { in updateCursorInternal() method in IInputMethodSessionInvoker