Searched refs:mAnchorPosition (Results 1 – 2 of 2) sorted by relevance
227 state.mAnchorPosition = getPosition(refChild); in onSaveInstanceState()230 state.mAnchorPosition = getPosition(refChild); in onSaveInstanceState()443 mPendingScrollPosition = mPendingSavedState.mAnchorPosition;1911 int mAnchorPosition; field in SavedState1922 mAnchorPosition = in.readInt(); in SavedState()1928 mAnchorPosition = other.mAnchorPosition; in SavedState()1934 return mAnchorPosition >= 0; in hasValidAnchor()1938 mAnchorPosition = NO_POSITION; in invalidateAnchor()1948 dest.writeInt(mAnchorPosition); in writeToParcel()
635 mPendingSavedState.mAnchorPosition = mPendingSavedState.mVisibleAnchorPosition;642 if (mPendingSavedState.mAnchorPosition != NO_POSITION) {643 mPendingScrollPosition = mPendingSavedState.mAnchorPosition;692 if (mPendingSavedState == null || mPendingSavedState.mAnchorPosition == NO_POSITION1050 state.mAnchorPosition = mLastLayoutFromEnd ? getLastChildPosition()1071 state.mAnchorPosition = NO_POSITION;1798 if (mPendingSavedState != null && mPendingSavedState.mAnchorPosition != position) {2601 int mAnchorPosition;2616 mAnchorPosition = in.readInt();2638 mAnchorPosition = other.mAnchorPosition;[all …]