FileDocCategorySizeDatePackage
BulletSpan.javaAPI DocAndroid 5.1 API1079Sat Mar 14 14:09:32 GMT 2015android.text.style

BulletSpan

public class BulletSpan extends Object implements android.text.style.LeadingMarginSpan, android.text.ParcelableSpan

Fields Summary
public static final int
STANDARD_GAP_WIDTH
Constructors Summary
public BulletSpan()

 throw new RuntimeException("Stub!"); 
public BulletSpan(int gapWidth)

 throw new RuntimeException("Stub!"); 
public BulletSpan(int gapWidth, int color)

 throw new RuntimeException("Stub!"); 
public BulletSpan(android.os.Parcel src)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public voiddrawLeadingMargin(android.graphics.Canvas c, android.graphics.Paint p, int x, int dir, int top, int baseline, int bottom, java.lang.CharSequence text, int start, int end, boolean first, android.text.Layout l)

 throw new RuntimeException("Stub!"); 
public intgetLeadingMargin(boolean first)

 throw new RuntimeException("Stub!"); 
public intgetSpanTypeId()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");