Searched refs:mExpectedSelStart (Results 1 – 1 of 1) sorted by relevance
106 private int mExpectedSelStart = INVALID_CURSOR_POSITION; // in chars, not code points field in RichInputConnection179 if (et.selectionStart != mExpectedSelStart in checkConsistencyForDebug()181 final String context = "Expected selection start = " + mExpectedSelStart in checkConsistencyForDebug()188 Log.e(TAG, "Exp <> Actual : " + mExpectedSelStart + " <> " + et.selectionStart); in checkConsistencyForDebug()234 mExpectedSelStart = newSelStart; in resetCachesUponCursorMoveAndReturnSuccess()266 mExpectedSelStart = INVALID_CURSOR_POSITION; in reloadTextCache()309 mExpectedSelStart += text.length() - mComposingText.length(); in commitText()310 mExpectedSelEnd = mExpectedSelStart; in commitText()344 return mExpectedSelStart > 0; in canDeleteCharacters()382 if (TextUtils.isEmpty(mCommittedTextBeforeComposingText) && 0 != mExpectedSelStart) { in getCursorCapsMode()[all …]