Home | History | Annotate | Download | only in text

Lines Matching refs:ellipsize

53                         TextUtils.TruncateAt ellipsize, int ellipsizedWidth) {
56 includepad, ellipsize, ellipsizedWidth);
91 TextUtils.TruncateAt ellipsize,
95 if (ellipsize == null || ellipsize == TextUtils.TruncateAt.MARQUEE) {
104 replaceWith(TextUtils.ellipsize(source, paint, ellipsizedWidth,
105 ellipsize, true, this),
138 TextUtils.TruncateAt ellipsize, int ellipsizedWidth) {
148 if (ellipsize == null || ellipsize == TextUtils.TruncateAt.MARQUEE) {
154 replaceWith(TextUtils.ellipsize(source, paint, ellipsizedWidth,
155 ellipsize, true, this),