TextUtils.java | 964 * text was ellipsized away by a call to {@link #ellipsize}. 977 public static CharSequence ellipsize(CharSequence text, method in class:TextUtils 980 return ellipsize(text, p, avail, where, false, null); 994 public static CharSequence ellipsize(CharSequence text, method in class:TextUtils [all...] |