Searched refs:SPAN_PRIORITY (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedStringNoCopyTest.java | 41 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 D | SpannableStringNoCopyTest.java | 41 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 D | SpannedTest.java | 134 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 D | Spanned.java | 162 public static final int SPAN_PRIORITY = 0xFF << SPAN_PRIORITY_SHIFT; field
|
H A D | SpannableStringInternal.java | 384 int prio = data[i * COLUMNS + FLAGS] & Spanned.SPAN_PRIORITY; in getSpans() 389 int p = getSpanFlags(ret[j]) & Spanned.SPAN_PRIORITY; in getSpans()
|
H A D | SpannableStringBuilder.java | 973 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 44431 field public static final int SPAN_PRIORITY = 16711680; // 0xff0000
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 29890 field public static final int SPAN_PRIORITY = 16711680; // 0xff0000
|