public static class FloatingActionsMenu.SavedState
extends android.view.View.BaseSavedState
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<FloatingActionsMenu.SavedState> |
CREATOR |
boolean |
mExpanded |
| Constructor and Description |
|---|
SavedState(android.os.Parcelable parcel) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public boolean mExpanded
public static final android.os.Parcelable.Creator<FloatingActionsMenu.SavedState> CREATOR