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

/frameworks/base/core/java/android/text/
H A DTextUtils.java997 public enum TruncateAt { enum in class:TextUtils
1024 float avail, TruncateAt where) {
1042 float avail, TruncateAt where,
1047 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS : ELLIPSIS_NORMAL);
1065 float avail, TruncateAt where,
1093 } else if (where == TruncateAt.START) {
1095 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {

Completed in 28 milliseconds