Home
last modified time | relevance | path

Searched defs:savedState (Results 1 – 6 of 6) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DLazyStateRestorationTest.kt86 val savedState = saveState() in restore() constant
101 val savedState = recyclerView.onSaveInstanceState() in saveState() constant
208 val savedState = restore(setAdapter = true) in scrollToPositionDoesNotPreventFutureRestorations() constant
DStaggeredGridLayoutManagerSavedStateTest.java190 public void savedState() throws Throwable { in savedState() method in StaggeredGridLayoutManagerSavedStateTest
215 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in savedState() local
DRecyclerViewBasicTest.java362 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in savedStateWithStatelessLayoutManager() local
382 public void savedState() throws InterruptedException { in savedState() method in RecyclerViewBasicTest
387 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in savedState() local
DLinearLayoutManagerSavedStateTest.java287 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in savedStateTest() local
DRecyclerViewCacheTest.java845 Parcelable savedState = mSavedStates.get(position); in onBindViewHolder() local
1185 Parcelable savedState = mSavedStates.get(position); in onBindViewHolder() local
DStaggeredGridLayoutManagerTest.java1337 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in spanCountChangeOnRestoreSavedState() local