Searched refs:getComposingSpanEnd (Results 1 – 8 of 8) sorted by relevance
156 public static int getComposingSpanEnd(@NonNull Spannable text) { in getComposingSpanEnd() method in BaseInputConnection286 int cb = getComposingSpanEnd(content); in deleteSurroundingText()450 int cb = getComposingSpanEnd(content); in deleteSurroundingTextInCodePoints()939 int b = getComposingSpanEnd(content); in replaceText()1092 int composingEnd = getComposingSpanEnd(content); in takeSnapshot()
770 assertThat(BaseInputConnection.getComposingSpanEnd(mEditable)).isEqualTo(composingSpanEnd); in verifyContent()
770 composingEnd = BaseInputConnection.getComposingSpanEnd((Spannable) text); in internalNotifyViewTextChanged()
798 composingEnd = BaseInputConnection.getComposingSpanEnd((Spannable) text); in internalNotifyViewTextChanged()
2085 candEnd = EditableInputConnection.getComposingSpanEnd(sp); in sendUpdateSelection()7644 int composeEnd = EditableInputConnection.getComposingSpanEnd(text); in isComposition()
14462 int composingTextEnd = EditableInputConnection.getComposingSpanEnd(sp); in getCursorAnchorInfo()
35518 method public static int getComposingSpanEnd(android.text.Spannable);
55890 method public static int getComposingSpanEnd(@NonNull android.text.Spannable);