Searched refs:END_SMALL (Results 1 – 4 of 4) sorted by relevance
1054 END_SMALL enumConstant1096 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS_STRING : ELLIPSIS_STRING); in ellipsize()1144 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
1008 (where == TextUtils.TruncateAt.END_SMALL) ?1038 where == TextUtils.TruncateAt.END_SMALL) {
1836 return (method == TextUtils.TruncateAt.END_SMALL) ?
6603 effectiveEllipsize = TruncateAt.END_SMALL; in makeNewLayout()