Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java168 if (state.isPreLayout()) { in onLayoutChildren()
176 if (!state.isPreLayout()) { in onLayoutChildren()
303 if (state.getItemCount() > 0 && !state.isPreLayout()) { in onAnchorReady()
356 if (!state.isPreLayout()) { in getSpanGroupIndex()
372 if (!state.isPreLayout()) { in getSpanIndex()
393 if (!state.isPreLayout()) { in getSpanSize()
DLinearLayoutManager.java463 Log.d(TAG, "is pre layout:" + state.isPreLayout());
504 if (state.isPreLayout() && mPendingScrollPosition != NO_POSITION &&
533 mLayoutState.mIsPreLayout = state.isPreLayout();
610 if (!state.isPreLayout()) {
643 if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.isPreLayout() in layoutForPredictiveAnimations()
740 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) { in updateAnchorFromChildren()
763 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {
1346 || !state.isPreLayout()) { in fill()
DRecyclerView.java3039 if (!mState.isPreLayout()) { in processDisappearingList()
4352 if (!mState.isPreLayout()) { in validateViewHolderForOffsetPosition()
4396 if (mState.isPreLayout()) { in bindViewToPosition()
4440 if (!mState.isPreLayout()) { in convertPreLayoutPositionToPostLayout()
4472 if (mState.isPreLayout()) { in getViewForPosition()
4558 if (mState.isPreLayout() && holder.isBound()) { in getViewForPosition()
4571 if (mState.isPreLayout()) { in getViewForPosition()
4939 if (!mState.isPreLayout()) { in getScrapViewForId()
6421 (mRecyclerView.mState.isPreLayout() || !vh.isRemoved())) { in findViewByPosition()
9424 public boolean isPreLayout() { in isPreLayout() method in RecyclerView.State
DStaggeredGridLayoutManager.java627 if (!state.isPreLayout()) {
710 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewAnimationsTest.java1246 if (state.isPreLayout()) { in testAddThenRecycleRemovedView()
1289 … builder.append("is pre layout:").append(state.isPreLayout()).append(", done:").append(done); in prepareLog()
1299 if (state.isPreLayout() && !done) { in prepareLog()
1323 if (state.isPreLayout()) { in onLayoutChildren()
1465 if (state.isPreLayout()) { in onLayoutChildren()
1478 if (!state.isPreLayout()) { in onLayoutChildren()
1482 if (state.isPreLayout()) { in onLayoutChildren()
1601 if (super.mState.isPreLayout()) { in validatePostUpdateOp()
1616 + "pre layout:" + mState.isPreLayout() in validateAdapterPosition()
1766 if (mType == Type.scrap || (mType == Type.adapterScrap && !state.isPreLayout())) { in validate()
[all …]
DGridLayoutManagerTest.java288 } else if (enableSpanLookupLogging.get() && !rv.mState.isPreLayout()) { in testMovingAGroupOffScreenForAddedItems()
733 if (!state.isPreLayout()) { in testNotifyDataSetChange()
740 if (!state.isPreLayout()) { in testNotifyDataSetChange()
DRecyclerViewLayoutTest.java1940 if (state.isPreLayout()) { in stableIdsMoveTest()
2474 if (state.isPreLayout()) {
2747 final int[] layoutRange = state.isPreLayout() ? preLayoutRange
2751 if (!state.isPreLayout()) {
DBaseRecyclerViewInstrumentationTest.java485 if (!mRecyclerView.mState.isPreLayout()) { in layoutRange()
DStaggeredGridLayoutManagerTest.java434 if (state.isPreLayout()) { in scrollToPositionWithPredictive()
1997 if (getChildCount() == 0 || mRecyclerView.mState.isPreLayout()) { in validateChildren()
DLinearLayoutManagerTest.java592 if (state.isPreLayout()) { in scrollToPositionWithPredictive()
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt500 method public boolean isPreLayout();
D22.1.0.txt559 method public boolean isPreLayout();
D22.2.0.txt633 method public boolean isPreLayout();
D22.2.1.txt638 method public boolean isPreLayout();
D23.txt672 method public boolean isPreLayout();
Dcurrent.txt672 method public boolean isPreLayout();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java1680 + " inPreLayout " + state.isPreLayout() in onLayoutChildren()