public class UnderlineSpan extends CharacterStyle implements UpdateAppearance, ParcelableSpan
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
UnderlineSpan() |
UnderlineSpan(Parcel src) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getSpanTypeId() |
void |
updateDrawState(TextPaint ds) |
void |
writeToParcel(Parcel dest,
int flags) |
getUnderlying, wrappublic UnderlineSpan()
public UnderlineSpan(Parcel src)
public int getSpanTypeId()
getSpanTypeId in interface ParcelableSpanpublic int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic void updateDrawState(TextPaint ds)
updateDrawState in class CharacterStyleCopyright © 2008-2013. All Rights Reserved.