Home
last modified time | relevance | path

Searched refs:QuoteSpan (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/core/java/android/text/style/
H A DQuoteSpan.java60 public class QuoteSpan implements LeadingMarginSpan, ParcelableSpan { class
87 public QuoteSpan() { in QuoteSpan() method in QuoteSpan
96 public QuoteSpan(@ColorInt int color) { in QuoteSpan() method in QuoteSpan
108 public QuoteSpan(@ColorInt int color, @IntRange(from = 0) int stripeWidth, in QuoteSpan() method in QuoteSpan
118 public QuoteSpan(@NonNull Parcel src) { in QuoteSpan() method in QuoteSpan
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedStringNoCopyTest.java24 import android.text.style.QuoteSpan;
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 DSpannableStringNoCopyTest.java24 import android.text.style.QuoteSpan;
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()
H A DSpannableStringBuilderTest.java24 import android.text.style.QuoteSpan;
50 Object fourth = new QuoteSpan(); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse()
/aosp12/frameworks/base/core/java/android/text/
H A DHtml.java35 import android.text.style.QuoteSpan;
331 next = text.nextSpanTransition(i, end, QuoteSpan.class); in withinDiv()
332 QuoteSpan[] quotes = text.getSpans(i, next, QuoteSpan.class); in withinDiv()
334 for (QuoteSpan quote : quotes) { in withinDiv()
340 for (QuoteSpan quote : quotes) { in withinDiv()
1018 end(text, Blockquote.class, new QuoteSpan()); in endBlockquote()
H A DTextUtils.java52 import android.text.style.QuoteSpan;
861 readSpan(p, sp, new QuoteSpan(p));
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DConversationListPreferenceControllerTest.java39 import android.text.style.QuoteSpan;
/aosp12/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java70 import android.text.style.QuoteSpan;
1085 if (style instanceof ParagraphStyle || style instanceof QuoteSpan in clearStyles()
1271 || txt.getSpans(0, len, QuoteSpan.class).length > 0 in isStyledText()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7052 android.text.style.QuoteSpan
H A Dboot-image-profile.txt30675 Landroid/text/style/QuoteSpan;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes7074 android.text.style.QuoteSpan
H A Dboot-image-profile.txt40339 Landroid/text/style/QuoteSpan;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt45222 …public class QuoteSpan implements android.text.style.LeadingMarginSpan android.text.ParcelableSpan…
45223 ctor public QuoteSpan();
45224 ctor public QuoteSpan(@ColorInt int);
45225 ctor public QuoteSpan(@ColorInt int, @IntRange(from=0) int, @IntRange(from=0) int);
45226 ctor public QuoteSpan(@NonNull android.os.Parcel);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt30607 …public class QuoteSpan implements android.text.style.LeadingMarginSpan android.text.ParcelableSpan…
30608 ctor public QuoteSpan();
30609 ctor public QuoteSpan(int);
30610 ctor public QuoteSpan(android.os.Parcel);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60121 Landroid/text/style/QuoteSpan;->getSpanTypeIdInternal()I
60122 Landroid/text/style/QuoteSpan;->mColor:I
60123 Landroid/text/style/QuoteSpan;->mGapWidth:I
60124 Landroid/text/style/QuoteSpan;->mStripeWidth:I
60125 Landroid/text/style/QuoteSpan;->writeToParcelInternal(Landroid/os/Parcel;I)V