Home
last modified time | relevance | path

Searched refs:SPAN_PRIORITY (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
DSpannedStringNoCopyTest.java41 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl()
55 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl()
73 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl()
87 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl()
DSpannableStringNoCopyTest.java41 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl()
55 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl()
73 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl()
87 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl()
DSpannedTest.java134 assertEquals((s.getSpanFlags(spans[i]) & Spanned.SPAN_PRIORITY) >= in checkPriority()
135 (s.getSpanFlags(spans[i + 1]) & Spanned.SPAN_PRIORITY), in checkPriority()
/frameworks/base/core/java/android/text/
DSpanned.java162 public static final int SPAN_PRIORITY = 0xFF << SPAN_PRIORITY_SHIFT; field
DSpannableStringInternal.java381 int prio = data[i * COLUMNS + FLAGS] & Spanned.SPAN_PRIORITY; in getSpans()
386 int p = getSpanFlags(ret[j]) & Spanned.SPAN_PRIORITY; in getSpans()
DSpannableStringBuilder.java972 int spanPriority = mSpanFlags[i] & SPAN_PRIORITY; in getSpansRec()
981 int p = getSpanFlags(ret[j]) & SPAN_PRIORITY; in getSpansRec()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29890 field public static final int SPAN_PRIORITY = 16711680; // 0xff0000
/frameworks/base/non-updatable-api/
Dcurrent.txt47432 field public static final int SPAN_PRIORITY = 16711680; // 0xff0000
/frameworks/base/api/
Dcurrent.txt47576 field public static final int SPAN_PRIORITY = 16711680; // 0xff0000