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

/frameworks/base/core/java/android/text/
H A DTextUtils.java1041 public enum TruncateAt { enum in class:TextUtils
1068 float avail, TruncateAt where) {
1086 float avail, TruncateAt where,
1091 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS_STRING : ELLIPSIS_STRING);
1109 float avail, TruncateAt where,
1137 } else if (where == TruncateAt.START) {
1139 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {

Completed in 60 milliseconds