@Implements(value=android.text.TextUtils.class) public class ShadowTextUtils extends Object
Implement by truncating the text.
Constructor and Description |
---|
ShadowTextUtils() |
Modifier and Type | Method and Description |
---|---|
protected static CharSequence |
ellipsize(CharSequence text,
TextPaint p,
float avail,
TextUtils.TruncateAt where) |
@Implementation protected static CharSequence ellipsize(CharSequence text, TextPaint p, float avail, TextUtils.TruncateAt where)