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.java142 return (method == TextUtils.TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS : ELLIPSIS_NORMAL; in getEllipsisString()
1345 END_SMALL enumConstant
1436 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
DStaticLayout.java1328 where == TextUtils.TruncateAt.END_SMALL) {
/frameworks/base/core/java/android/widget/
DTextView.java10903 effectiveEllipsize = TruncateAt.END_SMALL;