Added in API level 1
TextView.SavedState
public
static
class
TextView.SavedState
extends View.BaseSavedState
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
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.
