No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | ||
| ↳ | android.view.AbsSavedState | |
| ↳ | android.view.View.BaseSavedState | |
|  Known Direct Subclasses | 
Base class for derived classes that want to save and restore their own state in onSaveInstanceState(). 
| [Expand] 
           Inherited Constants
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface android.os.Parcelable | |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | CREATOR | ||||||||||
| [Expand] 
           Inherited Fields
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class android.view.AbsSavedState | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Constructor used when reading from a parcel.
           | ||||||||||
|  | 
           Constructor called by derived classes when creating their SavedState objects
           | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class android.view.AbsSavedState | |||||||||||
|  From class java.lang.Object | |||||||||||
|  From interface android.os.Parcelable | |||||||||||
Constructor used when reading from a parcel. Reads the state of the superclass.
Constructor called by derived classes when creating their SavedState objects
| superState | The state of the superclass of this view | 
|---|