Make SavedState public

RecyclerView's SavedState was not public which breaks unparcelling
on cold launch because Parcel cannot access the CREATOR. This CL
makes it public and hides.

Bug: 24338617
Change-Id: Ifd4351935c60cc7a0f903b730a14324bbfc4cfdc
4 files changed