android.view
Class View.BaseSavedState

java.lang.Object
  extended by android.view.AbsSavedState
      extended by android.view.View.BaseSavedState
All Implemented Interfaces:
Parcelable
Direct Known Subclasses:
TextView.SavedState
Enclosing class:
View

public static class View.BaseSavedState
extends AbsSavedState


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<View.BaseSavedState> 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
View.BaseSavedState(Parcel source)
           
View.BaseSavedState(Parcelable superState)
           
 
Method Summary
 
Methods inherited from class android.view.AbsSavedState
describeContents, getSuperState, writeToParcel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<View.BaseSavedState> CREATOR
Constructor Detail

View.BaseSavedState

public View.BaseSavedState(Parcel source)

View.BaseSavedState

public View.BaseSavedState(Parcelable superState)


Copyright © 2008-2010. All Rights Reserved.