Most visited

Recently visited

BottomSheetBehavior.SavedState

protected static class BottomSheetBehavior.SavedState
extends AbsSavedState

java.lang.Object
   ↳ android.support.v4.view.AbsSavedState
     ↳ android.support.design.widget.BottomSheetBehavior.SavedState


Summary

Inherited constants

From interface android.os.Parcelable

Fields

public static final Creator<BottomSheetBehavior.SavedState> CREATOR

Inherited fields

From class android.support.v4.view.AbsSavedState

Public constructors

BottomSheetBehavior.SavedState(Parcel source)
BottomSheetBehavior.SavedState(Parcel source, ClassLoader loader)
BottomSheetBehavior.SavedState(Parcelable superState, int state)

Public methods

void writeToParcel(Parcel out, int flags)

Flatten this object in to a Parcel.

Inherited methods

From class android.support.v4.view.AbsSavedState
From class java.lang.Object
From interface android.os.Parcelable

Fields

Public constructors

BottomSheetBehavior.SavedState

BottomSheetBehavior.SavedState (Parcel source)

Parameters
source Parcel

BottomSheetBehavior.SavedState

BottomSheetBehavior.SavedState (Parcel source, 
                ClassLoader loader)

Parameters
source Parcel
loader ClassLoader

BottomSheetBehavior.SavedState

BottomSheetBehavior.SavedState (Parcelable superState, 
                int state)

Parameters
superState Parcelable
state int

Public methods

writeToParcel

void writeToParcel (Parcel out, 
                int flags)

Flatten this object in to a Parcel.

Parameters
out Parcel: The Parcel in which the object should be written.
flags int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.

Hooray!