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