Home | History | Annotate | Download | only in text

Lines Matching refs:TruncateAt

1041     public enum TruncateAt {
1068 float avail, TruncateAt where) {
1086 float avail, TruncateAt where,
1091 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS_STRING : ELLIPSIS_STRING);
1109 float avail, TruncateAt where,
1137 } else if (where == TruncateAt.START) {
1139 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {