Searched refs:removeEmptySpans (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | TextUtilsTest.java | 517 Object[] nonEmpty = TextUtils.removeEmptySpans(allSpans.toArray(), this, Object.class); in test()
|
/frameworks/base/core/java/android/text/ |
D | TextUtils.java | 1499 spans = TextUtils.removeEmptySpans(spans, sp, MetricAffectingSpan.class); in setPara() 1903 public static <T> T[] removeEmptySpans(T[] spans, Spanned spanned, Class<T> klass) { in removeEmptySpans() method in TextUtils
|
D | StaticLayout.java | 757 spans = TextUtils.removeEmptySpans(spans, spanned, MetricAffectingSpan.class);
|
D | TextLine.java | 745 spans = TextUtils.removeEmptySpans(spans, mSpanned, MetricAffectingSpan.class); in getOffsetBeforeAfter()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 31183 HSPLandroid/text/TextUtils;->removeEmptySpans([Ljava/lang/Object;Landroid/text/Spanned;Ljava/lang/C…
|