Searched defs:savedState (Results 1 – 6 of 6) sorted by relevance
86 val savedState = saveState() in restore() constant101 val savedState = recyclerView.onSaveInstanceState() in saveState() constant208 val savedState = restore(setAdapter = true) in scrollToPositionDoesNotPreventFutureRestorations() constant
190 public void savedState() throws Throwable { in savedState() method in StaggeredGridLayoutManagerSavedStateTest215 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in savedState() local
362 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in savedStateWithStatelessLayoutManager() local382 public void savedState() throws InterruptedException { in savedState() method in RecyclerViewBasicTest387 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in savedState() local
287 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in savedStateTest() local
845 Parcelable savedState = mSavedStates.get(position); in onBindViewHolder() local1185 Parcelable savedState = mSavedStates.get(position); in onBindViewHolder() local
1337 Parcelable savedState = mRecyclerView.onSaveInstanceState(); in spanCountChangeOnRestoreSavedState() local