android.widget
Class TextView.SavedState

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

public static class TextView.SavedState
extends View.BaseSavedState


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<TextView.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
 
Method Summary
 String toString()
           
 void writeToParcel(Parcel out, 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, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<TextView.SavedState> CREATOR
Method Detail

writeToParcel

public void writeToParcel(Parcel out,
                          int flags)
Specified by:
writeToParcel in interface Parcelable
Overrides:
writeToParcel in class AbsSavedState

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.