Home | History | Annotate | Download | only in list

Lines Matching refs:MARQUEE

238     // Note: if we're sure MARQUEE will be used every time, there's no reason to use
239 // CharArrayBuffer, since MARQUEE requires Span and thus we need to copy characters inside the
1213 MARQUEE) {
1221 if (getTextEllipsis() == TruncateAt.MARQUEE) {
1222 // To show MARQUEE correctly (with END effect during non-active state), we need
1223 // to build Spanned with MARQUEE in addition to TextView's ellipsize setting.
1225 spannable.setSpan(TruncateAt.MARQUEE, 0, spannable.length(),
1372 return TruncateAt.MARQUEE;