Home
last modified time | relevance | path

Searched refs:END_SMALL (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
DTextUtils.java138 return (method == TextUtils.TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS : ELLIPSIS_NORMAL; in getEllipsisString()
1262 END_SMALL enumConstant
1353 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
DStaticLayout.java1108 where == TextUtils.TruncateAt.END_SMALL) {
/frameworks/base/core/java/android/widget/
DTextView.java9107 effectiveEllipsize = TruncateAt.END_SMALL; in makeNewLayout()