AppBarLayout.BaseBehavior.SavedState

protected static class AppBarLayout.BaseBehavior.SavedState
extends AbsSavedState

java.lang.Object
   ↳ androidx.customview.view.AbsSavedState
     ↳ com.google.android.material.appbar.AppBarLayout.BaseBehavior.SavedState


A Parcelable implementation for AppBarLayout.

Summary

Inherited constants

int CONTENTS_FILE_DESCRIPTOR

int PARCELABLE_WRITE_RETURN_VALUE

Fields

public static final Creator<AppBarLayout.BaseBehavior.SavedState> CREATOR

Inherited fields

public static final Creator<AbsSavedState> CREATOR

public static final AbsSavedState EMPTY_STATE

Public constructors

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

Public methods

void writeToParcel(Parcel dest, int flags)

Inherited methods

int describeContents()
final Parcelable getSuperState()
void writeToParcel(Parcel arg0, int arg1)
Object clone()
boolean equals(Object arg0)
void finalize()
final Class<?> getClass()
int hashCode()
final void notify()
final void notifyAll()
String toString()
final void wait(long arg0, int arg1)
final void wait(long arg0)
final void wait()
abstract int describeContents()
abstract void writeToParcel(Parcel arg0, int arg1)

Fields

CREATOR

public static final Creator<AppBarLayout.BaseBehavior.SavedState> CREATOR

Public constructors

SavedState

public SavedState (Parcel source, 
                ClassLoader loader)

Parameters
source Parcel

loader ClassLoader

SavedState

public SavedState (Parcelable superState)

Parameters
superState Parcelable

Public methods

writeToParcel

public void writeToParcel (Parcel dest, 
                int flags)

Parameters
dest Parcel

flags int