Searched defs:TruncateAt (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextUtils.java91 public static String getEllipsisString(@NonNull TextUtils.TruncateAt method) {
92 return (method == TextUtils.TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS : ELLIPSIS_NORMAL;
1172 public enum TruncateAt { enum in class:TextUtils
1199 float avail, TruncateAt where) {
1217 float avail, TruncateAt where,
1240 float avail, TruncateAt where,
1269 } else if (where == TruncateAt.START) {
1271 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {

Completed in 116 milliseconds