Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java105 if ((text.getSpanFlags(o)&Spanned.SPAN_COMPOSING) != 0) { in removeComposingSpans()
133 if ((fl & (Spanned.SPAN_COMPOSING | Spanned.SPAN_POINT_MARK_MASK)) in setComposingSpans()
134 != (Spanned.SPAN_COMPOSING | Spanned.SPAN_EXCLUSIVE_EXCLUSIVE)) { in setComposingSpans()
140 | Spanned.SPAN_COMPOSING in setComposingSpans()
147 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingSpans()
775 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingRegion()
780 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingRegion()
982 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in replaceTextInternal()
/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/core/api/
Dcurrent.txt48044 field public static final int SPAN_COMPOSING = 256; // 0x100