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.java3086 if (mState.mLayoutStep == State.STEP_START) { in onMeasure()
3377 if (mState.mLayoutStep == State.STEP_START) { in dispatchLayout()
3634 mState.mLayoutStep = State.STEP_LAYOUT; in dispatchLayoutStep1()
3658 mState.mLayoutStep = State.STEP_ANIMATIONS; in dispatchLayoutStep2()
3671 mState.mLayoutStep = State.STEP_START; in dispatchLayoutStep3()
11270 if ((accepted & mLayoutStep) == 0) { in assertLayoutStep()
11273 + Integer.toBinaryString(mLayoutStep)); in assertLayoutStep()
11309 int mLayoutStep = STEP_START; field in RecyclerView.State
11364 mLayoutStep = STEP_START; in prepareForNestedPrefetch()