Public 成员函数 | |
| void | writeToParcel (Parcel out, int flags) |
| String | toString () |
静态 Public 属性 | |
| static final Parcelable.Creator< SavedState > | CREATOR |
包函数 | |
| SavedState (Parcelable superState) | |
包属性 | |
| long | selectedId |
| int | position |
Private 成员函数 | |
| SavedState (Parcel in) | |
The Class SavedState.
|
inlinepackage |
Constructor called from AbsSpinner#onSaveInstanceState().
| superState | the super state |
|
inlineprivate |
Constructor called from CREATOR.
| in | the in |
|
inline |
描述:TODO.
|
inline |
描述:TODO.
| out | the out |
| flags | the flags |
|
static |
The Constant CREATOR.
|
package |
The position.
|
package |
The selected id.
1.8.8