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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java53 static final Object COMPOSING = new ComposingText(); field in class:BaseInputConnection
79 text.removeSpan(COMPOSING);
101 if (o == COMPOSING) {
117 text.setSpan(COMPOSING, start, end,
122 return text.getSpanStart(COMPOSING);
126 return text.getSpanEnd(COMPOSING);
648 content.setSpan(COMPOSING, a, b,

Completed in 134 milliseconds