Searched refs:END_SMALL (Results 1 – 3 of 3) sorted by relevance
142 return (method == TextUtils.TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS : ELLIPSIS_NORMAL; in getEllipsisString()1345 END_SMALL enumConstant1436 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
1328 where == TextUtils.TruncateAt.END_SMALL) {
10903 effectiveEllipsize = TruncateAt.END_SMALL;