Home
last modified time | relevance | path

Searched refs:SPAN_COMPOSING (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java83 if ((text.getSpanFlags(o)&Spanned.SPAN_COMPOSING) != 0) { in removeComposingSpans()
106 if ((fl & (Spanned.SPAN_COMPOSING | Spanned.SPAN_POINT_MARK_MASK)) in setComposingSpans()
107 != (Spanned.SPAN_COMPOSING | Spanned.SPAN_EXCLUSIVE_EXCLUSIVE)) { in setComposingSpans()
110 | Spanned.SPAN_COMPOSING in setComposingSpans()
117 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingSpans()
643 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingRegion()
648 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingRegion()
808 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in replaceText()
/frameworks/base/core/java/android/text/
DSpanned.java124 public static final int SPAN_COMPOSING = 0x100; field
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29878 field public static final int SPAN_COMPOSING = 256; // 0x100
/frameworks/base/api/
Dcurrent.txt41586 field public static final int SPAN_COMPOSING = 256; // 0x100
Dtest-current.txt41862 field public static final int SPAN_COMPOSING = 256; // 0x100
Dsystem-current.txt45171 field public static final int SPAN_COMPOSING = 256; // 0x100