1{ 2 "methods": { 3 "ellipsize(java.lang.CharSequence,android.text.TextPaint,float,android.text.TextUtils.TruncateAt)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected", 7 "static" 8 ], 9 "params": [ 10 "text", 11 "p", 12 "avail", 13 "where" 14 ], 15 "returnType": "java.lang.CharSequence", 16 "exceptions": [], 17 "name": "ellipsize(java.lang.CharSequence,android.text.TextPaint,float,android.text.TextUtils.TruncateAt)" 18 } 19 }, 20 "imports": [ 21 "android.text.TextPaint", 22 "android.text.TextUtils", 23 "android.text.TextUtils.TruncateAt", 24 "org.robolectric.annotation.Implementation", 25 "org.robolectric.annotation.Implements" 26 ], 27 "name": "org.robolectric.shadows.ShadowTextUtils", 28 "documentation": "Implement {@lint TextUtils#ellipsize} by truncating the text.\n" 29}