Home
last modified time | relevance | path

Searched refs:mLayoutStep (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()
3512 mState.mLayoutStep = State.STEP_LAYOUT; in dispatchLayoutStep1()
3536 mState.mLayoutStep = State.STEP_ANIMATIONS; in dispatchLayoutStep2()
3549 mState.mLayoutStep = State.STEP_START; in dispatchLayoutStep3()
11147 if ((accepted & mLayoutStep) == 0) { in assertLayoutStep()
11150 + Integer.toBinaryString(mLayoutStep)); in assertLayoutStep()
11186 int mLayoutStep = STEP_START; field in RecyclerView.State
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()
3861 mState.mLayoutStep = State.STEP_LAYOUT; in dispatchLayoutStep1()
3885 mState.mLayoutStep = State.STEP_ANIMATIONS; in dispatchLayoutStep2()
3898 mState.mLayoutStep = State.STEP_START; in dispatchLayoutStep3()
12066 if ((accepted & mLayoutStep) == 0) { in assertLayoutStep()
12069 + Integer.toBinaryString(mLayoutStep)); in assertLayoutStep()
12105 int mLayoutStep = STEP_START; field in RecyclerView.State
12168 mLayoutStep = STEP_START; in prepareForNestedPrefetch()