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.java1049 END_SMALL enumConstant
1091 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS_STRING : ELLIPSIS_STRING); in ellipsize()
1139 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) { in ellipsize()
DStaticLayout.java1018 (where == TextUtils.TruncateAt.END_SMALL) ?
1048 where == TextUtils.TruncateAt.END_SMALL) {
DLayout.java1880 return (method == TextUtils.TruncateAt.END_SMALL) ?
/frameworks/base/core/java/android/widget/
DTextView.java6792 effectiveEllipsize = TruncateAt.END_SMALL; in makeNewLayout()