HomeSort by relevance Sort by last modified time
    Searched refs:textAppearanceSpan (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/text/src/android/text/style/cts/
TextAppearanceSpanTest.java 33 import android.text.style.TextAppearanceSpan;
56 new TextAppearanceSpan(mContext, 1);
57 new TextAppearanceSpan(mContext, 1, 1);
59 TextAppearanceSpan textAppearanceSpan =
60 new TextAppearanceSpan("sans", 1, 6, mColorStateList, mColorStateList);
63 textAppearanceSpan.writeToParcel(p, 0);
65 new TextAppearanceSpan(p);
70 new TextAppearanceSpan(null, -1, -1, null, null);
75 new TextAppearanceSpan(null, -1)
    [all...]
  /frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/
RichTextView.java 25 import android.text.style.TextAppearanceSpan;
60 * {@link android.text.style.TextAppearanceSpan} with @style/TextAppearance.FooBar</li>
76 final TextAppearanceSpan textAppearanceSpan =
77 new TextAppearanceSpan(context, style);
78 SpanHelper.replaceSpan(spannable, span, textAppearanceSpan);
  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
RichTextView.java 30 import android.text.style.TextAppearanceSpan;
61 * {@link android.text.style.TextAppearanceSpan} with @style/TextAppearance.FooBar</li>
77 final TextAppearanceSpan textAppearanceSpan =
78 new TextAppearanceSpan(context, style);
79 SpanHelper.replaceSpan(spannable, span, textAppearanceSpan);
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 55 import android.text.style.TextAppearanceSpan;
    [all...]

Completed in 1369 milliseconds