Most visited

Recently visited

CoordinatorLayout.SavedState

protected static class CoordinatorLayout.SavedState
extends AbsSavedState

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


摘要(Summary)

Inherited constants

From interface android.os.Parcelable

Fields

public static final Creator<CoordinatorLayout.SavedState> CREATOR

Inherited fields

From class android.support.v4.view.AbsSavedState

Public constructors

CoordinatorLayout.SavedState(Parcel source, ClassLoader loader)
CoordinatorLayout.SavedState(Parcelable superState)

公共方法(Public methods)

void writeToParcel(Parcel dest, int flags)

将此对象平铺到一个包裹中。

继承方法(Inherited methods)

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

Fields

Public constructors

CoordinatorLayout.SavedState

CoordinatorLayout.SavedState (Parcel source, 
                ClassLoader loader)

参数(Parameters)
source Parcel
loader ClassLoader

CoordinatorLayout.SavedState

CoordinatorLayout.SavedState (Parcelable superState)

参数(Parameters)
superState Parcelable

公共方法(Public methods)

writeToParcel

void writeToParcel (Parcel dest, 
                int flags)

将此对象平铺到一个包裹中。

参数(Parameters)
dest 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!