Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Indicates whether the entire hierarchy under this view will save its
state when a state saving traversal occurs from its parent. The default
is true; if false, these views will not be saved unless
View.saveHierarchyState(android.util.SparseArray<android.os.Parcelable>) is called directly on this view.
Set method documentation [Android Documentation]
Controls whether the entire hierarchy under this view will save its
state when a state saving traversal occurs from its parent. The default
is true; if false, these views will not be saved unless
View.saveHierarchyState(android.util.SparseArray<android.os.Parcelable>) is called directly on this view.