/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedStringNoCopyTest.java | 39 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() 53 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() 71 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl() 85 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl()
|
H A D | SpannableStringNoCopyTest.java | 39 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() 53 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() 71 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl() 85 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
H A D | SpannableStringUtilsTests.java | 54 new String[] {"" + i}, Spanned.SPAN_PARAGRAPH), in testConcatWithSuggestionSpansOnly() 55 i * 12, i * 12 + 12, Spanned.SPAN_PARAGRAPH); in testConcatWithSuggestionSpansOnly() 71 flags & Spanned.SPAN_PARAGRAPH, 0); in testConcatWithSuggestionSpansOnly()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | Spanned.java | 88 public static final int SPAN_PARAGRAPH = 0x33; field
|
H A D | Html.java | 368 if ((text.getSpanFlags(s) & Spanned.SPAN_PARAGRAPH) == Spanned.SPAN_PARAGRAPH) { in getTextStyles() 429 if ((spanFlags & Spanned.SPAN_PARAGRAPH) == Spanned.SPAN_PARAGRAPH in withinBlockquoteIndividual() 777 mSpannableStringBuilder.setSpan(obj[i], start, end, Spannable.SPAN_PARAGRAPH); in convert()
|
H A D | SpannableStringInternal.java | 201 if ((flags & Spannable.SPAN_PARAGRAPH) == Spannable.SPAN_PARAGRAPH) { in setSpan()
|
H A D | SpannableStringBuilder.java | 342 if ((mSpanFlags[i] & SPAN_PARAGRAPH) == SPAN_PARAGRAPH) { in change()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | SpannableStringUtils.java | 60 fl &= ~Spanned.SPAN_PARAGRAPH; in copyNonParagraphSuggestionSpansFrom()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | StringBlock.java | 444 buffer.setSpan(what, start, end, Spannable.SPAN_PARAGRAPH); in addParagraphSpan()
|
/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 | 44427 field public static final int SPAN_PARAGRAPH = 51; // 0x33
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 29886 field public static final int SPAN_PARAGRAPH = 51; // 0x33
|