Home | History | Annotate | Download | only in text

Lines Matching refs:ellipsis

1020      * copy with ellipsis character added at the specified edge or center.
1031 * or, if it does not fit, a copy with ellipsis character added
1053 * or, if it does not fit, a copy with ellipsis character added
1068 TextDirectionHeuristic textDir, String ellipsis) {
1084 // XXX assumes ellipsis string does not require shaping and
1086 float ellipsiswid = paint.measureText(ellipsis);
1112 if (remaining > 0) { // else eliminate the ellipsis too
1113 buf[left++] = ellipsis.charAt(0);
1132 StringBuilder sb = new StringBuilder(remaining + ellipsis.length());
1134 sb.append(ellipsis);
1141 ssb.append(ellipsis);
1705 R.string.ellipsis);