HomeSort by relevance Sort by last modified time
    Searched refs:isPreLayout (Results 1 - 17 of 17) sorted by null

  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
BaseRecyclerViewAnimationsTest.java 123 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...]
GridLayoutManagerTest.java     [all...]
BaseLinearLayoutManagerTest.java 131 if (state.isPreLayout()) {
RecyclerViewLayoutTest.java     [all...]
RecyclerViewAnimationsTest.java 140 if (state.isPreLayout()) {
    [all...]
BaseRecyclerViewInstrumentationTest.java 651 if (!mRecyclerView.mState.isPreLayout()) {
    [all...]
BaseStaggeredGridLayoutManagerTest.java 799 if (getChildCount() == 0 || mRecyclerView.mState.isPreLayout()) {
    [all...]
ItemAnimatorV2ApiTest.java 113 if (!state.isPreLayout()) {
StaggeredGridLayoutManagerTest.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
GridLayoutManager.java 168 if (state.isPreLayout()) {
357 if (state.getItemCount() > 0 && !state.isPreLayout()) {
451 if (!state.isPreLayout()) {
467 if (!state.isPreLayout()) {
488 if (!state.isPreLayout()) {
    [all...]
LinearLayoutManager.java 481 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()) {
    [all...]
RecyclerView.java     [all...]
StaggeredGridLayoutManager.java 702 if (shouldCheckForGaps && !state.isPreLayout()) {
713 if (state.isPreLayout()) {
849 if (state.isPreLayout() || mPendingScrollPosition == RecyclerView.NO_POSITION) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 469 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) {
    [all...]
RecyclerView.java     [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
GridLayoutManager.java     [all...]
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 472 if (mAnimationsEnabled && mPredictiveAnimationsEnabled && !state.isPreLayout()) {

Completed in 491 milliseconds