public class RelativeSizeSpan extends MetricAffectingSpan implements ParcelableSpan
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
RelativeSizeSpan(float proportion) |
RelativeSizeSpan(Parcel src) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
float |
getSizeChange() |
int |
getSpanTypeId() |
void |
updateDrawState(TextPaint ds) |
void |
updateMeasureState(TextPaint ds) |
void |
writeToParcel(Parcel dest,
int flags) |
getUnderlyingwrappublic RelativeSizeSpan(float proportion)
public RelativeSizeSpan(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 float getSizeChange()
public void updateDrawState(TextPaint ds)
updateDrawState in class CharacterStylepublic void updateMeasureState(TextPaint ds)
updateMeasureState in class MetricAffectingSpanCopyright © 2008-2013. All Rights Reserved.