Searched refs:composingLength (Results 1 – 2 of 2) sorted by relevance
66 final int composingStart, final int composingLength, in onImeSuggestionsProcessed() argument
2992 int composingLength = mComposingText.toString(mTargetLayer).length(); in checkCommitInfo() local2993 …Sequence seq = mInputConnection.getTextBeforeCursor(mPrevCommitText.length() + composingLength, 0); in checkCommitInfo()2994 seq = seq.subSequence(0, seq.length() - composingLength); in checkCommitInfo()