BottomSheetBehavior.SavedState

protected class BottomSheetBehavior.SavedState


State persisted across instances

Summary

Constants

static final Creator<SavedState>

Public constructors

SavedState(Parcel source)
SavedState(Parcel source, ClassLoader loader)
SavedState(Parcelable superState, BottomSheetBehavior<Object> behavior)
SavedState(Parcelable superstate, int state)

This method is deprecated.

Use SavedState instead.

Public methods

void
writeToParcel(Parcel out, int flags)

Constants

CREATOR

public static final Creator<SavedState> CREATOR

Public constructors

SavedState

public SavedState(Parcel source)

SavedState

public SavedState(Parcel source, ClassLoader loader)

SavedState

public SavedState(Parcelable superState, BottomSheetBehavior<Object> behavior)

SavedState

public SavedState(Parcelable superstate, int state)

This constructor does not respect flags: SAVE_PEEK_HEIGHT, SAVE_FIT_TO_CONTENTS, SAVE_HIDEABLE, SAVE_SKIP_COLLAPSED. It is as if SAVE_NONE were set.

Public methods

writeToParcel

public void writeToParcel(Parcel out, int flags)