Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A 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()
H A 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()
H A DSpannedTest.java134 assertEquals((s.getSpanFlags(spans[i]) & Spanned.SPAN_PRIORITY) >= in checkPriority()
135 (s.getSpanFlags(spans[i + 1]) & Spanned.SPAN_PRIORITY), in checkPriority()
/aosp12/frameworks/base/core/java/android/text/
H A DSpanned.java162 public static final int SPAN_PRIORITY = 0xFF << SPAN_PRIORITY_SHIFT; field
H A DSpannableStringInternal.java384 int prio = data[i * COLUMNS + FLAGS] & Spanned.SPAN_PRIORITY; in getSpans()
389 int p = getSpanFlags(ret[j]) & Spanned.SPAN_PRIORITY; in getSpans()
H A DSpannableStringBuilder.java973 int spanPriority = mSpanFlags[i] & SPAN_PRIORITY; in getSpansRec()
982 int p = getSpanFlags(ret[j]) & SPAN_PRIORITY; in getSpansRec()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44431 field public static final int SPAN_PRIORITY = 16711680; // 0xff0000
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt29890 field public static final int SPAN_PRIORITY = 16711680; // 0xff0000