Searched refs:END_SMALL (Results 1 – 4 of 4) sorted by relevance
1049 END_SMALL enumConstant1091 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS_STRING : ELLIPSIS_STRING); in ellipsize()1139 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
1018 (where == TextUtils.TruncateAt.END_SMALL) ?1048 where == TextUtils.TruncateAt.END_SMALL) {
1880 return (method == TextUtils.TruncateAt.END_SMALL) ?
6792 effectiveEllipsize = TruncateAt.END_SMALL; in makeNewLayout()