Home
last modified time | relevance | path

Searched refs:otherSpanned (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTextViewTransformState.java70 Spanned otherSpanned = (Spanned) otherTvs.mText; in hasSameSpans() local
71 Object[] otherSpans = otherSpanned.getSpans(0, otherSpanned.length(), Object.class); in hasSameSpans()
81 if (ownSpanned.getSpanStart(span) != otherSpanned.getSpanStart(otherSpan) in hasSameSpans()
82 || ownSpanned.getSpanEnd(span) != otherSpanned.getSpanEnd(otherSpan)) { in hasSameSpans()