Exclude RecyclerView children from save state

This CL fixes a small bug where RecyclerView would still
call children's onSaveInstanceState although this state
was never used. Now it blocks save instance state call
similar to AdapterView.

Bug: 20061783
Change-Id: I8bed04c2e05e473957b32f4fb70587d511af0d76
2 files changed