android.text.style.QuoteSpan Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
package android.text.style;
public class QuoteSpan
implements android.text.style.LeadingMarginSpan, android.text.ParcelableSpan
{
public QuoteSpan() { throw new RuntimeException("Stub!"); }
public QuoteSpan(int color) { throw new RuntimeException("Stub!"); }
public QuoteSpan(android.os.Parcel src) { throw new RuntimeException("Stub!"); }
public int getSpanTypeId() { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public int getColor() { throw new RuntimeException("Stub!"); }
public int getLeadingMargin(boolean first) { throw new RuntimeException("Stub!"); }
public void drawLeadingMargin(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 layout) { throw new RuntimeException("Stub!"); }
}