Searched refs:ELLIPSIS_TWO_DOTS (Results 1 – 1 of 1) sorted by relevance
94 private static final String ELLIPSIS_TWO_DOTS = "\u2025"; // TWO DOT LEADER (‥) field in TextUtils137 return (method == TextUtils.TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS : ELLIPSIS_NORMAL; in getEllipsisString()