Searched refs:mPendingSavedState (Results 1 – 3 of 3) sorted by relevance
129 SavedState mPendingSavedState = null; field in LinearLayoutManager238 if (mPendingSavedState != null) { in onSaveInstanceState()239 return new SavedState(mPendingSavedState); in onSaveInstanceState()266 mPendingSavedState = (SavedState) state; in onRestoreInstanceState()471 if (mPendingSavedState != null || mPendingScrollPosition != NO_POSITION) {477 if (mPendingSavedState != null && mPendingSavedState.hasValidAnchor()) {478 mPendingScrollPosition = mPendingSavedState.mAnchorPosition;487 || mPendingSavedState != null) {644 mPendingSavedState = null; // we don't need this anymore in onLayoutCompleted()808 if (mPendingSavedState != null && mPendingSavedState.hasValidAnchor()) {[all …]
281 private SavedState mPendingSavedState; field in RecyclerView1191 if (mPendingSavedState != null) { in onSaveInstanceState()1192 state.copyFrom(mPendingSavedState); in onSaveInstanceState()1209 mPendingSavedState = (SavedState) state; in onRestoreInstanceState()1210 super.onRestoreInstanceState(mPendingSavedState.getSuperState()); in onRestoreInstanceState()1211 if (mLayout != null && mPendingSavedState.mLayoutState != null) { in onRestoreInstanceState()1212 mLayout.onRestoreInstanceState(mPendingSavedState.mLayoutState); in onRestoreInstanceState()3654 mPendingSavedState = null; in dispatchLayoutStep2()
982 return mPendingSavedState == null && !mPendingSpanCountChange; in supportsPredictiveItemAnimations()