Home | History | Annotate | Download | only in text

Lines Matching refs:TruncateAt

90             TextUtils.TruncateAt ellipsize, int ellipsizedWidth) {
104 TextUtils.TruncateAt ellipsize, int ellipsizedWidth, int maxLines) {
163 TextUtils.TruncateAt ellipsize) {
420 if (mMaximumVisibleLineCount == 1 && ellipsize == TextUtils.TruncateAt.MIDDLE) {
516 float[] widths, int widthStart, TextUtils.TruncateAt ellipsize,
627 ellipsize != TextUtils.TruncateAt.MARQUEE) ||
629 ellipsize == TextUtils.TruncateAt.END);
643 float avail, TextUtils.TruncateAt where,
654 (where == TextUtils.TruncateAt.END_SMALL) ?
661 if (where == TextUtils.TruncateAt.START) {
683 } else if (where == TextUtils.TruncateAt.END || where == TextUtils.TruncateAt.MARQUEE ||
684 where == TextUtils.TruncateAt.END_SMALL) {
705 // where = TextUtils.TruncateAt.MIDDLE We only support middle ellipsis on a single line