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 the following: