Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java553 private int mCursorSelEnd; field in InputMethodManager
1103 mCursorSelStart, mCursorSelEnd, mCursorCandStart, in handleMessage()
2613 editorInfo.initialSelEnd = mCursorSelEnd = textSnapshot.getSelectionEnd(); in doInvalidateInput()
2776 mCursorSelEnd = editorInfo.initialSelEnd; in startInputInner()
2778 mInitialSelEnd = mCursorSelEnd; in startInputInner()
3236 if (mCursorSelStart != selStart || mCursorSelEnd != selEnd in updateSelection()
3244 mCurBindState.mImeSession.updateSelection(mCursorSelStart, mCursorSelEnd, selStart, in updateSelection()
3247 mCursorSelEnd, selStart, selEnd, candidatesStart, candidatesEnd)); in updateSelection()
3249 mCursorSelEnd = selEnd; in updateSelection()
4259 + " mCursorSelEnd=" + mCursorSelEnd in doDump()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60519 Landroid/view/inputmethod/InputMethodManager;->mCursorSelEnd:I