Home | History | Annotate | Download | only in text

Lines Matching refs:ellipsize

54                         TextUtils.TruncateAt ellipsize, int ellipsizedWidth) {
57 includepad, ellipsize, ellipsizedWidth);
92 TextUtils.TruncateAt ellipsize,
96 if (ellipsize == null || ellipsize == TextUtils.TruncateAt.MARQUEE) {
105 replaceWith(TextUtils.ellipsize(source, paint, ellipsizedWidth,
106 ellipsize, true, this),
139 TextUtils.TruncateAt ellipsize, int ellipsizedWidth) {
149 if (ellipsize == null || ellipsize == TextUtils.TruncateAt.MARQUEE) {
155 replaceWith(TextUtils.ellipsize(source, paint, ellipsizedWidth,
156 ellipsize, true, this),