Searched refs:END_SMALL (Results 1 – 3 of 3) sorted by relevance
138 return (method == TextUtils.TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS : ELLIPSIS_NORMAL; in getEllipsisString()1262 END_SMALL enumConstant1353 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
1108 where == TextUtils.TruncateAt.END_SMALL) {
9107 effectiveEllipsize = TruncateAt.END_SMALL; in makeNewLayout()