Searched refs:END_SMALL (Results 1 – 3 of 3) sorted by relevance
137 return (method == TextUtils.TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS : ELLIPSIS_NORMAL; in getEllipsisString()1255 END_SMALL enumConstant1346 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
1105 where == TextUtils.TruncateAt.END_SMALL) {
8982 effectiveEllipsize = TruncateAt.END_SMALL; in makeNewLayout()