android.support.v4.widget
Class DrawerLayout.SavedState

java.lang.Object
  extended by android.view.AbsSavedState
      extended by android.view.View.BaseSavedState
          extended by android.support.v4.widget.DrawerLayout.SavedState
All Implemented Interfaces:
android.os.Parcelable
Enclosing class:
DrawerLayout

protected static class DrawerLayout.SavedState
extends android.view.View.BaseSavedState

State persisted across instances


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
 
Field Summary
static android.os.Parcelable.Creator<DrawerLayout.SavedState> CREATOR
           
 
Fields inherited from class android.view.AbsSavedState
EMPTY_STATE
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
DrawerLayout.SavedState(android.os.Parcel in)
           
DrawerLayout.SavedState(android.os.Parcelable superState)
           
 
Method Summary
 void writeToParcel(android.os.Parcel dest, int flags)
           
 
Methods inherited from class android.view.AbsSavedState
describeContents, getSuperState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final android.os.Parcelable.Creator<DrawerLayout.SavedState> CREATOR
Constructor Detail

DrawerLayout.SavedState

public DrawerLayout.SavedState(android.os.Parcel in)

DrawerLayout.SavedState

public DrawerLayout.SavedState(android.os.Parcelable superState)
Method Detail

writeToParcel

public void writeToParcel(android.os.Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface android.os.Parcelable
Overrides:
writeToParcel in class android.view.AbsSavedState


Copyright © 2013 Marek Kedzierski. All Rights Reserved.