Searched refs:getComposingSpanStart (Results 1 – 5 of 5) sorted by relevance
129 public static int getComposingSpanStart(Spannable text) { in getComposingSpanStart() method in BaseInputConnection265 int ca = getComposingSpanStart(content); in deleteSurroundingText()429 int ca = getComposingSpanStart(content); in deleteSurroundingTextInCodePoints()872 int a = getComposingSpanStart(content); in replaceText()
726 composingStart = BaseInputConnection.getComposingSpanStart((Spannable) text); in notifyViewTextChanged()
2000 candStart = EditableInputConnection.getComposingSpanStart(sp); in sendUpdateSelection()4574 int composingTextStart = EditableInputConnection.getComposingSpanStart(sp); in updatePosition()7320 int composeBegin = EditableInputConnection.getComposingSpanStart(text); in isComposition()
51658 method public static int getComposingSpanStart(android.text.Spannable);
35519 method public static int getComposingSpanStart(android.text.Spannable);