Home
last modified time | relevance | path

Searched refs:STEP_START (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2964 if (mState.mLayoutStep == State.STEP_START) { in onMeasure()
3255 if (mState.mLayoutStep == State.STEP_START) { in dispatchLayout()
3429 mState.assertLayoutStep(State.STEP_START); in dispatchLayoutStep1()
3549 mState.mLayoutStep = State.STEP_START; in dispatchLayoutStep3()
11142 static final int STEP_START = 1; field in RecyclerView.State
11180 STEP_START, STEP_LAYOUT, STEP_ANIMATIONS
11186 int mLayoutStep = STEP_START;
11241 mLayoutStep = STEP_START; in prepareForNestedPrefetch()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java3283 if (mState.mLayoutStep == State.STEP_START) { in onMeasure()
3592 if (mState.mLayoutStep == State.STEP_START) { in dispatchLayout()
3777 mState.assertLayoutStep(State.STEP_START); in dispatchLayoutStep1()
3898 mState.mLayoutStep = State.STEP_START; in dispatchLayoutStep3()
12061 static final int STEP_START = 1; field in RecyclerView.State
12099 STEP_START, STEP_LAYOUT, STEP_ANIMATIONS
12105 int mLayoutStep = STEP_START;
12168 mLayoutStep = STEP_START; in prepareForNestedPrefetch()