Searched refs:isPreLayout (Results 1 – 3 of 3) sorted by relevance
166 if (state.isPreLayout()) { in onLayoutChildren()355 if (state.getItemCount() > 0 && !state.isPreLayout()) { in onAnchorReady()448 if (!state.isPreLayout()) { in getSpanGroupIndex()464 if (!state.isPreLayout()) { in getSpanIndex()485 if (!state.isPreLayout()) { in getSpanSize()
469 Log.d(TAG, "is pre layout:" + state.isPreLayout());514 if (state.isPreLayout() && mPendingScrollPosition != NO_POSITION553 mLayoutState.mIsPreLayout = state.isPreLayout();630 if (!state.isPreLayout()) {672 if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.isPreLayout() in layoutForPredictiveAnimations()769 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) { in updateAnchorFromChildren()792 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {1498 || !state.isPreLayout()) { in fill()
4626 if (mState.isPreLayout() && (lp.isItemChanged() || lp.isViewInvalid())) { in getItemDecorInsetsForChild()5359 if (DEBUG && !mState.isPreLayout()) { in validateViewHolderForOffsetPosition()5363 return mState.isPreLayout(); in validateViewHolderForOffsetPosition()5369 if (!mState.isPreLayout()) { in validateViewHolderForOffsetPosition()5408 if (mState.isPreLayout()) { in tryBindViewHolderByDeadline()5484 if (!mState.isPreLayout()) { in convertPreLayoutPositionToPostLayout()5540 if (mState.isPreLayout()) { in tryGetViewHolderForPositionByDeadline()5644 if (fromScrapOrHiddenOrCache && !mState.isPreLayout() && holder in tryGetViewHolderForPositionByDeadline()5658 if (mState.isPreLayout() && holder.isBound()) { in tryGetViewHolderForPositionByDeadline()6083 if (!mState.isPreLayout()) { in getScrapOrCachedViewForId()[all …]