Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2965 if (mState.mLayoutStep == State.STEP_START) { in onMeasure()
3256 if (mState.mLayoutStep == State.STEP_START) { in dispatchLayout()
3513 mState.mLayoutStep = State.STEP_LAYOUT; in dispatchLayoutStep1()
3537 mState.mLayoutStep = State.STEP_ANIMATIONS; in dispatchLayoutStep2()
3550 mState.mLayoutStep = State.STEP_START; in dispatchLayoutStep3()
11149 if ((accepted & mLayoutStep) == 0) { in assertLayoutStep()
11152 + Integer.toBinaryString(mLayoutStep)); in assertLayoutStep()
11188 int mLayoutStep = STEP_START; field in RecyclerView.State
11243 mLayoutStep = STEP_START; in prepareForNestedPrefetch()