Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java82 if ((text.getSpanFlags(o)&Spanned.SPAN_COMPOSING) != 0) { in removeComposingSpans()
105 if ((fl&(Spanned.SPAN_COMPOSING|Spanned.SPAN_POINT_MARK_MASK)) in setComposingSpans()
106 != (Spanned.SPAN_COMPOSING|Spanned.SPAN_EXCLUSIVE_EXCLUSIVE)) { in setComposingSpans()
109 | Spanned.SPAN_COMPOSING in setComposingSpans()
116 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingSpans()
452 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingRegion()
457 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in setComposingRegion()
628 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING); in replaceText()
/frameworks/base/core/java/android/text/
DSpanned.java106 public static final int SPAN_COMPOSING = 0x100; field
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt738 NO DOC BLOCK: android.text.Spanned Field SPAN_COMPOSING
/frameworks/base/api/
Dcurrent.txt20222 field public static final int SPAN_COMPOSING = 256; // 0x100
D14.txt20222 field public static final int SPAN_COMPOSING = 256; // 0x100