/aosp12/frameworks/base/core/java/android/text/style/ |
H A D | QuoteSpan.java | 60 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 D | SpannedStringNoCopyTest.java | 24 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 D | SpannableStringNoCopyTest.java | 24 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 D | SpannableStringBuilderTest.java | 24 import android.text.style.QuoteSpan; 50 Object fourth = new QuoteSpan(); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | Html.java | 35 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 D | TextUtils.java | 52 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 D | ConversationListPreferenceControllerTest.java | 39 import android.text.style.QuoteSpan;
|
/aosp12/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
H A D | EditStyledText.java | 70 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 D | preloaded-classes | 7052 android.text.style.QuoteSpan
|
H A D | boot-image-profile.txt | 30675 Landroid/text/style/QuoteSpan;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 7074 android.text.style.QuoteSpan
|
H A D | boot-image-profile.txt | 40339 Landroid/text/style/QuoteSpan;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 45222 …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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 30607 …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 D | hiddenapi-max-target-o.txt | 60121 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
|