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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java50 static final Object COMPOSING = new ComposingText(); field in class:BaseInputConnection
76 text.removeSpan(COMPOSING);
98 if (o == COMPOSING) {
114 text.setSpan(COMPOSING, start, end,
119 return text.getSpanStart(COMPOSING);
123 return text.getSpanEnd(COMPOSING);
466 content.setSpan(COMPOSING, a, b,

Completed in 141 milliseconds