Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
protected static class

DrawerLayout.SavedState

extends View.BaseSavedState
java.lang.Object
   ↳ android.view.AbsSavedState
     ↳ android.view.View.BaseSavedState
       ↳ android.support.v4.widget.DrawerLayout.SavedState

Class Overview

State persisted across instances

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator < DrawerLayout.SavedState > CREATOR
[Expand]
Inherited Fields
From class android.view.View.BaseSavedState
From class android.view.AbsSavedState
Public Constructors
DrawerLayout.SavedState ( Parcel in)
DrawerLayout.SavedState ( Parcelable superState)
Public Methods
void writeToParcel ( Parcel dest, int flags)
Flatten this object in to a Parcel.
[Expand]
Inherited Methods
From class android.view.AbsSavedState
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator < DrawerLayout.SavedState > CREATOR

Public Constructors

public DrawerLayout.SavedState ( Parcel in)

public DrawerLayout.SavedState ( Parcelable superState)

Public Methods

public void writeToParcel ( Parcel dest, int flags)

Flatten this object in to a Parcel.

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