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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java51 static final Object COMPOSING = new ComposingText(); field in class:BaseInputConnection
77 text.removeSpan(COMPOSING);
99 if (o == COMPOSING) {
115 text.setSpan(COMPOSING, start, end,
120 return text.getSpanStart(COMPOSING);
124 return text.getSpanEnd(COMPOSING);
477 content.setSpan(COMPOSING, a, b,

Completed in 63 milliseconds