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

/frameworks/base/core/java/android/text/
H A DTextUtils.java1015 END_SMALL enum constant in enum:TextUtils.TruncateAt
1056 final String ellipsis = (where == TruncateAt.END_SMALL) ?
1110 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {

Completed in 109 milliseconds