sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
recyclerview
/
androidx.recyclerview.widget
/
LinearLayoutManager
/
SavedState
Saved
State
@
RestrictTo
(
value
=
LIBRARY
)
open
class
SavedState
:
Parcelable
(
source
)
Members
Constructors
Saved
State
Link copied to clipboard
constructor
(
)
constructor
(
other
:
LinearLayoutManager.SavedState
)
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
LinearLayoutManager.SavedState
>
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)