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

  /cts/tests/tests/text/src/android/text/style/cts/
TextAppearanceSpanTest.java 25 import android.text.style.TextAppearanceSpan;
29 new TextAppearanceSpan(mContext, 1);
30 new TextAppearanceSpan(mContext, 1, 1);
36 TextAppearanceSpan textAppearanceSpan = new TextAppearanceSpan("sans", 1, 6, csl, csl);
39 textAppearanceSpan.writeToParcel(p, 0);
41 new TextAppearanceSpan(p);
46 new TextAppearanceSpan(null, -1);
53 new TextAppearanceSpan(null, -1, -1)
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 42 import android.text.style.TextAppearanceSpan;
    [all...]

Completed in 117 milliseconds