Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Indicates whether this view will save its state (that is,
whether its View.OnSaveInstanceState method will be called).
Set method documentation [Android Documentation]
Controls whether the saving of this view's state is
enabled (that is, whether its View.OnSaveInstanceState method
will be called). Note that even if freezing is enabled, the
view still must have an id assigned to it (via View.Id)
for its state to be saved. This flag can only disable the
saving of this view; any child views may still have their state saved.