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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DUtils.java177 public static String ellipsize(String text, int maxCharacters) { method in class:Utils
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java1173 totalWidth = ellipsize(fixedWidth);
1187 // 2) If senders do not fit, ellipsize the last one that does fit, and stop
1192 boolean ellipsize = false;
1215 if (ellipsize) {
1243 // ellipsize text.
1244 ellipsize = true;
1247 TextUtils.ellipsize(sender, sPaint, width, TruncateAt.END));
1276 private int ellipsize(int fixedWidth) { method in class:ConversationItemView
1279 boolean ellipsize = false;
1289 if (ellipsize
[all...]

Completed in 102 milliseconds