public interface ParcelableSpan extends Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_ELIDE_DUPLICATES, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
int |
getSpanTypeId()
Return a special type identifier for this span class.
|
int |
getSpanTypeIdInternal()
Internal implementation of
getSpanTypeId() that is not meant to
be overridden outside of the framework. |
void |
writeToParcelInternal(Parcel dest,
int flags)
Internal implementation of
Parcelable.writeToParcel(Parcel, int)
that is not meant to be overridden outside of the framework. |
describeContents, writeToParcel
int getSpanTypeId()
int getSpanTypeIdInternal()
getSpanTypeId()
that is not meant to
be overridden outside of the framework.void writeToParcelInternal(Parcel dest, int flags)
Parcelable.writeToParcel(Parcel, int)
that is not meant to be overridden outside of the framework.