Home
last modified time | relevance | path

Searched refs:isPreLayout (Results 1 – 22 of 22) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewAnimationsTest.java119 … builder.append("is pre layout:").append(state.isPreLayout()).append(", done:").append(done); in prepareLog()
129 if (state.isPreLayout() && !done) { in prepareLog()
153 if (state.isPreLayout()) { in onLayoutChildren()
288 if (state.isPreLayout()) { in onLayoutChildren()
301 if (!state.isPreLayout()) { in onLayoutChildren()
305 if (state.isPreLayout()) { in onLayoutChildren()
424 if (super.mState.isPreLayout()) { in validatePostUpdateOp()
439 + "pre layout:" + mState.isPreLayout() in validateAdapterPosition()
597 if (mType == Type.scrap || (mType == Type.adapterScrap && !state.isPreLayout())) { in validate()
607 if (state.isPreLayout()) { in validate()
DGridLayoutManagerTest.java256 } else if (enableSpanLookupLogging.get() && !rv.mState.isPreLayout()) { in movingAGroupOffScreenForAddedItems()
693 if (!state.isPreLayout()) { in notifyDataSetChange()
700 if (!state.isPreLayout()) { in notifyDataSetChange()
DBaseLinearLayoutManagerTest.java114 if (state.isPreLayout()) { in scrollToPositionWithPredictive()
DRecyclerViewLayoutTest.java1595 if (!state.isPreLayout()) { in duplicateAdapterPositionTest()
2294 if (!state.isPreLayout()) { in accessRecyclerOnOnMeasureTest()
2743 if (state.isPreLayout()) { in stableIdsMoveTest()
3277 if (state.isPreLayout()) {
3549 final int[] layoutRange = state.isPreLayout() ? preLayoutRange
3553 if (!state.isPreLayout()) {
DRecyclerViewAnimationsTest.java129 if (state.isPreLayout()) { in changeAndDisappearTest()
1733 if (state.isPreLayout()) { in addThenRecycleRemovedView()
DBaseRecyclerViewInstrumentationTest.java619 if (!mRecyclerView.mState.isPreLayout()) { in layoutRange()
DBaseStaggeredGridLayoutManagerTest.java707 if (getChildCount() == 0 || mRecyclerView.mState.isPreLayout()) { in validateChildren()
DItemAnimatorV2ApiTest.java113 if (!state.isPreLayout()) { in changeMovedOutsideWithPredictiveAndTwoViewHolders()
DStaggeredGridLayoutManagerTest.java419 if (state.isPreLayout()) { in scrollToPositionWithPredictive()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java167 if (state.isPreLayout()) { in onLayoutChildren()
347 if (state.getItemCount() > 0 && !state.isPreLayout()) { in onAnchorReady()
440 if (!state.isPreLayout()) { in getSpanGroupIndex()
456 if (!state.isPreLayout()) { in getSpanIndex()
477 if (!state.isPreLayout()) { in getSpanSize()
DLinearLayoutManager.java464 Log.d(TAG, "is pre layout:" + state.isPreLayout());
509 if (state.isPreLayout() && mPendingScrollPosition != NO_POSITION &&
548 mLayoutState.mIsPreLayout = state.isPreLayout();
625 if (!state.isPreLayout()) {
667 if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.isPreLayout() in layoutForPredictiveAnimations()
764 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) { in updateAnchorFromChildren()
787 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {
1389 || !state.isPreLayout()) { in fill()
DRecyclerView.java4794 if (DEBUG && !mState.isPreLayout()) { in validateViewHolderForOffsetPosition()
4798 return mState.isPreLayout(); in validateViewHolderForOffsetPosition()
4804 if (!mState.isPreLayout()) { in validateViewHolderForOffsetPosition()
4848 if (mState.isPreLayout()) { in bindViewToPosition()
4892 if (!mState.isPreLayout()) { in convertPreLayoutPositionToPostLayout()
4924 if (mState.isPreLayout()) { in getViewForPosition()
5013 if (fromScrap && !mState.isPreLayout() && holder in getViewForPosition()
5027 if (mState.isPreLayout() && holder.isBound()) { in getViewForPosition()
5040 if (mState.isPreLayout()) { in getViewForPosition()
5428 if (!mState.isPreLayout()) { in getScrapViewForId()
[all …]
DStaggeredGridLayoutManager.java684 if (shouldCheckForGaps && !state.isPreLayout()) {
695 if (state.isPreLayout()) {
831 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt500 method public boolean isPreLayout();
D22.1.0.txt559 method public boolean isPreLayout();
D22.2.1.txt638 method public boolean isPreLayout();
D22.2.0.txt633 method public boolean isPreLayout();
D23.0.0.txt672 method public boolean isPreLayout();
D23.1.0.txt681 method public boolean isPreLayout();
Dcurrent.txt708 method public boolean isPreLayout();
D23.1.1.txt681 method public boolean isPreLayout();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java1819 + " inPreLayout " + state.isPreLayout() in onLayoutChildren()