Searched refs:END_SMALL (Results 1 – 4 of 4) sorted by relevance
725 (where == TextUtils.TruncateAt.END_SMALL) ? in calculateEllipsis()755 where == TextUtils.TruncateAt.END_SMALL) { in calculateEllipsis()
1029 END_SMALL enumConstant1070 final String ellipsis = (where == TruncateAt.END_SMALL) ? in ellipsize()1124 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
1742 return (method == TextUtils.TruncateAt.END_SMALL) ? in getEllipsisChar()
5935 effectiveEllipsize = TruncateAt.END_SMALL; in makeNewLayout()