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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java123 public static int getComposingSpanEnd(Spannable text) { method in class:BaseInputConnection
228 int cb = getComposingSpanEnd(content);
617 int b = getComposingSpanEnd(content);

Completed in 89 milliseconds