Searched refs:getComposingSpanStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java121 public static int getComposingSpanStart(Spannable text) { method in class:BaseInputConnection
234 int ca = getComposingSpanStart(content);
391 int ca = getComposingSpanStart(content);
775 int a = getComposingSpanStart(content);
/frameworks/base/core/java/android/widget/
H A DEditor.java1614 candStart = EditableInputConnection.getComposingSpanStart(sp);
3920 int composingTextStart = EditableInputConnection.getComposingSpanStart(sp);
5886 int composeBegin = EditableInputConnection.getComposingSpanStart(text);

Completed in 37 milliseconds