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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/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.java621 } else if (enableSpanLookupLogging.get() && !rv.mState.isPreLayout()) {
1060 if (!state.isPreLayout()) {
1067 if (!state.isPreLayout()) {
H A DBaseLinearLayoutManagerTest.java129 if (state.isPreLayout()) {
H A DBaseRecyclerViewInstrumentationTest.java647 if (!mRecyclerView.mState.isPreLayout()) {
H A DRecyclerViewLayoutTest.java1908 if (!state.isPreLayout()) {
2607 if (!state.isPreLayout()) {
2836 if (state.isPreLayout()) {
3116 if (state.isPreLayout()) {
3640 if (state.isPreLayout()) {
3912 final int[] layoutRange = state.isPreLayout() ? preLayoutRange
3916 if (!state.isPreLayout()) {
H A DRecyclerViewAnimationsTest.java139 if (state.isPreLayout()) {
1751 if (state.isPreLayout()) {
H A DBaseStaggeredGridLayoutManagerTest.java780 if (getChildCount() == 0 || mRecyclerView.mState.isPreLayout()) {
H A DItemAnimatorV2ApiTest.java112 if (!state.isPreLayout()) {
H A DStaggeredGridLayoutManagerTest.java871 if (state.isPreLayout()) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java167 if (state.isPreLayout()) {
356 if (state.getItemCount() > 0 && !state.isPreLayout()) {
450 if (!state.isPreLayout()) {
466 if (!state.isPreLayout()) {
487 if (!state.isPreLayout()) {
H A DLinearLayoutManager.java477 Log.d(TAG, "is pre layout:" + state.isPreLayout());
522 if (state.isPreLayout() && mPendingScrollPosition != NO_POSITION
561 mLayoutState.mIsPreLayout = state.isPreLayout();
638 if (!state.isPreLayout()) {
681 if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.isPreLayout()
778 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) {
801 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {
1513 || !state.isPreLayout()) {
2171 * Equal to {@link RecyclerView.State#isPreLayout()}. When consuming scrap, if this value
H A DRecyclerView.java4659 if (mState.isPreLayout() && (lp.isItemChanged() || lp.isViewInvalid())) {
5405 if (DEBUG && !mState.isPreLayout()) {
5409 return mState.isPreLayout();
5415 if (!mState.isPreLayout()) {
5454 if (mState.isPreLayout()) {
5530 if (!mState.isPreLayout()) {
5587 if (mState.isPreLayout()) {
5692 if (fromScrapOrHiddenOrCache && !mState.isPreLayout() && holder
5706 if (mState.isPreLayout() && holder.isBound()) {
6141 if (!mState.isPreLayout()) {
11772 public boolean isPreLayout() { method in class:RecyclerView.State
[all...]
H A DStaggeredGridLayoutManager.java701 if (shouldCheckForGaps && !state.isPreLayout()) {
712 if (state.isPreLayout()) {
848 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java473 Log.d(TAG, "is pre layout:" + state.isPreLayout());
518 if (state.isPreLayout() && mPendingScrollPosition != NO_POSITION
557 mLayoutState.mIsPreLayout = state.isPreLayout();
634 if (!state.isPreLayout()) {
676 if (!state.willRunPredictiveAnimations() || getChildCount() == 0 || state.isPreLayout()
773 if (!state.isPreLayout() && supportsPredictiveItemAnimations()) {
796 if (state.isPreLayout() || mPendingScrollPosition == NO_POSITION) {
1502 || !state.isPreLayout()) {
2102 * Equal to {@link RecyclerView.State#isPreLayout()}. When consuming scrap, if this value
H A DRecyclerView.java4506 if (mState.isPreLayout() && (lp.isItemChanged() || lp.isViewInvalid())) {
5238 if (DEBUG && !mState.isPreLayout()) {
5242 return mState.isPreLayout();
5248 if (!mState.isPreLayout()) {
5287 if (mState.isPreLayout()) {
5363 if (!mState.isPreLayout()) {
5419 if (mState.isPreLayout()) {
5523 if (fromScrapOrHiddenOrCache && !mState.isPreLayout() && holder
5537 if (mState.isPreLayout() && holder.isBound()) {
5962 if (!mState.isPreLayout()) {
11278 public boolean isPreLayout() { method in class:RecyclerView.State
[all...]
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java477 if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.isPreLayout()) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java477 if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.isPreLayout()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1634 if (!mState.isPreLayout()) {
2063 + " inPreLayout " + state.isPreLayout()
2094 if (state.isPreLayout()) {

Completed in 1269 milliseconds