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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java120 public static int getComposingSpanStart(Spannable text) { method in class:BaseInputConnection
233 int ca = getComposingSpanStart(content);
390 int ca = getComposingSpanStart(content);
774 int a = getComposingSpanStart(content);

Completed in 83 milliseconds