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

/frameworks/base/core/java/android/text/
H A DTextUtils.java1044 END_SMALL enum constant in enum:TextUtils.TruncateAt
1085 final String ellipsis = (where == TruncateAt.END_SMALL) ?
1139 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {
H A DStaticLayout.java654 (where == TextUtils.TruncateAt.END_SMALL) ?
684 where == TextUtils.TruncateAt.END_SMALL) {
H A DLayout.java1756 return (method == TextUtils.TruncateAt.END_SMALL) ?
/frameworks/base/core/java/android/widget/
H A DTextView.java6280 effectiveEllipsize = TruncateAt.END_SMALL;

Completed in 88 milliseconds