Searched refs:composingStart (Results 1 – 2 of 2) sorted by relevance
1091 int composingStart = getComposingSpanStart(content); in takeSnapshot() local1093 if (composingEnd < composingStart) { in takeSnapshot()1094 final int tmp = composingStart; in takeSnapshot()1095 composingStart = composingEnd; in takeSnapshot()1109 return new TextSnapshot(surroundingText, composingStart, composingEnd, cursorCapsMode); in takeSnapshot()
814 final int composingStart; in notifyViewTextChanged() local817 composingStart = BaseInputConnection.getComposingSpanStart((Spannable) text); in notifyViewTextChanged()820 composingStart = ContentCaptureEvent.MAX_INVALID_VALUE; in notifyViewTextChanged()829 .setComposingIndex(composingStart, composingEnd) in notifyViewTextChanged()