Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextUtils.java1054 END_SMALL enumConstant
1096 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS_STRING : ELLIPSIS_STRING); in ellipsize()
1144 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
DStaticLayout.java1008 (where == TextUtils.TruncateAt.END_SMALL) ?
1038 where == TextUtils.TruncateAt.END_SMALL) {
DLayout.java1836 return (method == TextUtils.TruncateAt.END_SMALL) ?
/frameworks/base/core/java/android/widget/
DTextView.java6603 effectiveEllipsize = TruncateAt.END_SMALL; in makeNewLayout()