TextView.SavedState

public static class TextView.SavedState
extends View.BaseSavedState

java.lang.Object
   ↳ android.view.AbsSavedState
     ↳ android.view.View.BaseSavedState
       ↳ android.widget.TextView.SavedState


User interface state that is stored by TextView for implementing View#onSaveInstanceState.

Summary

Inherited constants

Fields

public static final Creator<TextView.SavedState> CREATOR

Inherited fields

Public methods

String toString()

Returns a string representation of the object.

void writeToParcel(Parcel out, int flags)

Flatten this object in to a Parcel.

Inherited methods

Fields

CREATOR

Added in API level 1
public static final Creator<TextView.SavedState> CREATOR

Public methods

toString

Added in API level 1
public String toString ()

Returns a string representation of the object.

Returns
String a string representation of the object.

writeToParcel

Added in API level 1
public void writeToParcel (Parcel out, 
                int flags)

Flatten this object in to a Parcel.

Parameters
out Parcel: The Parcel in which the object should be written. This value cannot be null.

flags int: Additional flags about how the object should be written. May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE. Value is either 0 or a combination of Parcelable.PARCELABLE_WRITE_RETURN_VALUE, and android.os.Parcelable.PARCELABLE_ELIDE_DUPLICATES