Home | History | Annotate | Download | only in text

Lines Matching defs:TruncateAt

1036     public enum TruncateAt {
1063 float avail, TruncateAt where) {
1081 float avail, TruncateAt where,
1085 final String ellipsis = (where == TruncateAt.END_SMALL) ?
1109 float avail, TruncateAt where,
1137 } else if (where == TruncateAt.START) {
1139 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {