Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2601 @NonNull TextSnapshot textSnapshot, int sessionId) { in doInvalidateInput() argument
2612 editorInfo.initialSelStart = mCursorSelStart = textSnapshot.getSelectionStart(); in doInvalidateInput()
2613 editorInfo.initialSelEnd = mCursorSelEnd = textSnapshot.getSelectionEnd(); in doInvalidateInput()
2614 mCursorCandStart = textSnapshot.getCompositionStart(); in doInvalidateInput()
2615 mCursorCandEnd = textSnapshot.getCompositionEnd(); in doInvalidateInput()
2616 editorInfo.initialCapsMode = textSnapshot.getCursorCapsMode(); in doInvalidateInput()
2617 editorInfo.setInitialSurroundingTextInternal(textSnapshot.getSurroundingText()); in doInvalidateInput()
H A DRemoteInputConnectionImpl.java353 final TextSnapshot textSnapshot = ic.takeSnapshot(); in scheduleInvalidateInput()
354 if (textSnapshot != null && mParentInputMethodManager.doInvalidateInput( in scheduleInvalidateInput()
355 this, textSnapshot, nextSessionId)) { in scheduleInvalidateInput()