Searched refs:BackgroundColorSpan (Results 1 – 13 of 13) sorted by relevance
37 public class BackgroundColorSpan extends CharacterStyle class49 public BackgroundColorSpan(@ColorInt int color) { in BackgroundColorSpan() method in BackgroundColorSpan56 public BackgroundColorSpan(@NonNull Parcel src) { in BackgroundColorSpan() method in BackgroundColorSpan
29 import android.text.style.BackgroundColorSpan;82 text.setSpan(new BackgroundColorSpan(Color.RED), 0, 3, in onCreate()
28 import android.text.style.BackgroundColorSpan;574 if (style[j] instanceof BackgroundColorSpan) { in withinParagraph()575 int color = ((BackgroundColorSpan) style[j]).getBackgroundColor(); in withinParagraph()584 if (style[j] instanceof BackgroundColorSpan) { in withinParagraph()1110 setSpanFromMark(text, b, new BackgroundColorSpan(b.mBackgroundColor)); in endCssStyle()
41 import android.text.style.BackgroundColorSpan;870 readSpan(p, sp, new BackgroundColorSpan(p));
31 import android.text.style.BackgroundColorSpan;388 return new BackgroundColorSpan(c); in getColor()
36 import android.text.style.BackgroundColorSpan;270 || (resultSpan instanceof BackgroundColorSpan)) { in clearColorSpans()
64 import android.text.style.BackgroundColorSpan;957 private BackgroundColorSpan mComposingTextMask;1237 mComposingTextMask = new BackgroundColorSpan(maskColor); in setTextComposingMask()
3537 android.text.style.BackgroundColorSpan
15241 HSPLandroid/text/style/BackgroundColorSpan;-><init>(I)V36189 Landroid/text/style/BackgroundColorSpan;
70778 Landroid/text/style/BackgroundColorSpan;->getSpanTypeIdInternal()I70779 Landroid/text/style/BackgroundColorSpan;->mColor:I70780 Landroid/text/style/BackgroundColorSpan;->writeToParcelInternal(Landroid/os/Parcel;I)V
30447 …public class BackgroundColorSpan extends android.text.style.CharacterStyle implements android.text…30448 ctor public BackgroundColorSpan(int);30449 ctor public BackgroundColorSpan(android.os.Parcel);
48027 …public class BackgroundColorSpan extends android.text.style.CharacterStyle implements android.text…48028 ctor public BackgroundColorSpan(@ColorInt int);48029 ctor public BackgroundColorSpan(@NonNull android.os.Parcel);
48171 …public class BackgroundColorSpan extends android.text.style.CharacterStyle implements android.text…48172 ctor public BackgroundColorSpan(@ColorInt int);48173 ctor public BackgroundColorSpan(@NonNull android.os.Parcel);