public static class BottomSheetInsetsBehavior.SavedState
extends android.support.v4.view.AbsSavedState
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<BottomSheetInsetsBehavior.SavedState> |
CREATOR |
| Constructor and Description |
|---|
SavedState(android.os.Parcelable superState,
boolean hideable) |
SavedState(android.os.Parcel source,
java.lang.ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<BottomSheetInsetsBehavior.SavedState> CREATOR