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

/frameworks/base/core/java/android/text/
H A DTextUtils.java1054 END_SMALL enum constant in enum:TextUtils.TruncateAt
1096 (where == TruncateAt.END_SMALL) ? ELLIPSIS_TWO_DOTS_STRING : ELLIPSIS_STRING);
1144 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {

Completed in 112 milliseconds