Searched refs:getComposingSpanStart (Results 1 – 7 of 7) sorted by relevance
151 public static int getComposingSpanStart(@NonNull Spannable text) { in getComposingSpanStart() method in BaseInputConnection285 int ca = getComposingSpanStart(content); in deleteSurroundingText()449 int ca = getComposingSpanStart(content); in deleteSurroundingTextInCodePoints()938 int a = getComposingSpanStart(content); in replaceText()1091 int composingStart = getComposingSpanStart(content); in takeSnapshot()
768 assertThat(BaseInputConnection.getComposingSpanStart(mEditable)) in verifyContent()
817 composingStart = BaseInputConnection.getComposingSpanStart((Spannable) text); in notifyViewTextChanged()
2081 candStart = EditableInputConnection.getComposingSpanStart(sp); in sendUpdateSelection()7604 int composeBegin = EditableInputConnection.getComposingSpanStart(text); in isComposition()
14026 int composingTextStart = EditableInputConnection.getComposingSpanStart(sp); in getCursorAnchorInfo()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
55299 method public static int getComposingSpanStart(@NonNull android.text.Spannable);