Searched defs:getComposingSpanStart (Results 1 - 1 of 1) sorted by path

/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);

Completed in 109 milliseconds