Package org.robolectric.shadows
Class ShadowTextUtils
java.lang.Object
org.robolectric.shadows.ShadowTextUtils
Implement 
TextUtils.ellipsize(java.lang.CharSequence, android.text.TextPaint, float, android.text.TextUtils.TruncateAt) by truncating the text.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static CharSequenceellipsize(CharSequence text, TextPaint p, float avail, TextUtils.TruncateAt where) 
- 
Constructor Details- 
ShadowTextUtilspublic ShadowTextUtils()
 
- 
- 
Method Details- 
ellipsize@Implementation protected static CharSequence ellipsize(CharSequence text, TextPaint p, float avail, TextUtils.TruncateAt where) 
 
-