android.widget
Class TextView.SavedState
java.lang.Object
android.view.AbsSavedState
android.view.View.BaseSavedState
android.widget.TextView.SavedState
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- TextView
public static class TextView.SavedState
- extends View.BaseSavedState
User interface state that is stored by TextView for implementing
View.onSaveInstanceState().
|
Method Summary |
String |
toString()
Returns a string containing a concise, human-readable description of the
receiver. |
void |
writeToParcel(Parcel out,
int flags)
Flatten this object in to a Parcel. |
selStart
int selStart
selEnd
int selEnd
text
CharSequence text
frozenWithFocus
boolean frozenWithFocus
CREATOR
public static final Parcelable.Creator<TextView.SavedState> CREATOR
TextView.SavedState
TextView.SavedState(Parcelable superState)
writeToParcel
public void writeToParcel(Parcel out,
int flags)
- Description copied from interface:
Parcelable
- Flatten this object in to a Parcel.
- Specified by:
writeToParcel in interface Parcelable- Overrides:
writeToParcel in class AbsSavedState
- Parameters:
out - The Parcel in which the object should be written.flags - Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.
toString
public String toString()
- Description copied from class:
Object
- Returns a string containing a concise, human-readable description of the
receiver.
- Overrides:
toString in class Object
- Returns:
- String a printable representation for the receiver.
Please submit a feedback, bug or feature