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

/frameworks/base/core/java/android/text/
H A DTextUtils.java1046 public enum TruncateAt { enum in class:TextUtils
1073 float avail, TruncateAt where) {
1091 float avail, TruncateAt where,
1096 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS_STRING : ELLIPSIS_STRING);
1114 float avail, TruncateAt where,
1142 } else if (where == TruncateAt.START) {
1144 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {

Completed in 50 milliseconds