Searched refs:isPreLayout (Results 1 - 18 of 18) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewAnimationsTest.java123 builder.append("is pre layout:").append(state.isPreLayout()).append(", done:").append(done);
133 if (state.isPreLayout() && !done) {
157 if (state.isPreLayout()) {
292 if (state.isPreLayout()) {
305 if (!state.isPreLayout()) {
309 if (state.isPreLayout()) {
428 if (super.mState.isPreLayout()) {
443 + "pre layout:" + mState.isPreLayout()
601 if (mType == Type.scrap || (mType == Type.adapterScrap && !state.isPreLayout())) {
611 if (state.isPreLayout()) {
[all...]
H A DGridLayoutManagerTest.java761 } else if (enableSpanLookupLogging.get() && !rv.mState.isPreLayout()) {
1200 if (!state.isPreLayout()) {
1207 if (!state.isPreLayout()) {
H A DBaseLinearLayoutManagerTest.java131 if (state.isPreLayout()) {
H A DRecyclerViewLayoutTest.java2430 if (!state.isPreLayout()) {
3293 if (!state.isPreLayout()) {
3522 if (state.isPreLayout()) {
3802 if (state.isPreLayout()) {
4326 if (state.isPreLayout()) {
4598 final int[] layoutRange = state.isPreLayout() ? preLayoutRange
4602 if (!state.isPreLayout()) {
H A DRecyclerViewAnimationsTest.java140 if (state.isPreLayout()) {
1752 if (state.isPreLayout()) {
H A DBaseRecyclerViewInstrumentationTest.java651 if (!mRecyclerView.mState.isPreLayout()) {
H A DBaseStaggeredGridLayoutManagerTest.java799 if (getChildCount() == 0 || mRecyclerView.mState.isPreLayout()) {
H A DItemAnimatorV2ApiTest.java113 if (!state.isPreLayout()) {
H A DStaggeredGridLayoutManagerTest.java954 if (state.isPreLayout()) {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGridLayoutManager.java168 if (state.isPreLayout()) {
357 if (state.getItemCount() > 0 && !state.isPreLayout()) {
451 if (!state.isPreLayout()) {
467 if (!state.isPreLayout()) {
488 if (!state.isPreLayout()) {
H A DLinearLayoutManager.java481 Log.d(TAG, "is pre layout:" + state.isPreLayout());
543 if (state.isPreLayout() && mPendingScrollPosition != RecyclerView.NO_POSITION
582 mLayoutState.mIsPreLayout = state.isPreLayout();
659 if (!state.isPreLayout()) {
702 if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.isPreLayout()
799 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) {
822 if (state.isPreLayout() || mPendingScrollPosition == RecyclerView.NO_POSITION) {
1532 || !state.isPreLayout()) {
2190 * Equal to {@link RecyclerView.State#isPreLayout()}. When consuming scrap, if this value
H A DRecyclerView.java4854 if (mState.isPreLayout() && (lp.isItemChanged() || lp.isViewInvalid())) {
5661 if (DEBUG && !mState.isPreLayout()) {
5665 return mState.isPreLayout();
5671 if (!mState.isPreLayout()) {
5710 if (mState.isPreLayout()) {
5786 if (!mState.isPreLayout()) {
5844 if (mState.isPreLayout()) {
5949 if (fromScrapOrHiddenOrCache && !mState.isPreLayout() && holder
5963 if (mState.isPreLayout() && holder.isBound()) {
6398 if (!mState.isPreLayout()) {
12198 public boolean isPreLayout() { method in class:RecyclerView.State
[all...]
H A DStaggeredGridLayoutManager.java702 if (shouldCheckForGaps && !state.isPreLayout()) {
713 if (state.isPreLayout()) {
849 if (state.isPreLayout() || mPendingScrollPosition == RecyclerView.NO_POSITION) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java469 Log.d(TAG, "is pre layout:" + state.isPreLayout());
514 if (state.isPreLayout() && mPendingScrollPosition != NO_POSITION
553 mLayoutState.mIsPreLayout = state.isPreLayout();
630 if (!state.isPreLayout()) {
672 if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.isPreLayout()
769 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) {
792 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {
1498 || !state.isPreLayout()) {
2098 * Equal to {@link RecyclerView.State#isPreLayout()}. When consuming scrap, if this value
H A DRecyclerView.java4504 if (mState.isPreLayout() && (lp.isItemChanged() || lp.isViewInvalid())) {
5236 if (DEBUG && !mState.isPreLayout()) {
5240 return mState.isPreLayout();
5246 if (!mState.isPreLayout()) {
5285 if (mState.isPreLayout()) {
5361 if (!mState.isPreLayout()) {
5417 if (mState.isPreLayout()) {
5521 if (fromScrapOrHiddenOrCache && !mState.isPreLayout() && holder
5535 if (mState.isPreLayout() && holder.isBound()) {
5960 if (!mState.isPreLayout()) {
11271 public boolean isPreLayout() { method in class:RecyclerView.State
[all...]
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java472 if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.isPreLayout()) {
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1471 if (mState.isPreLayout()) {
1703 if (!mState.isPreLayout()) {
2155 + " inPreLayout " + state.isPreLayout()
2186 if (state.isPreLayout()) {
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java472 if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.isPreLayout()) {

Completed in 85 milliseconds