Searched refs:COMPOSING (Results 1 – 1 of 1) sorted by relevance
52 static final Object COMPOSING = new ComposingText(); field in BaseInputConnection78 text.removeSpan(COMPOSING); in removeComposingSpans()100 if (o == COMPOSING) { in setComposingSpans()116 text.setSpan(COMPOSING, start, end, in setComposingSpans()121 return text.getSpanStart(COMPOSING); in getComposingSpanStart()125 return text.getSpanEnd(COMPOSING); in getComposingSpanEnd()647 content.setSpan(COMPOSING, a, b, in setComposingRegion()