Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/test/common/proto/
H A Dchre_cross_validation_wifi.proto14 STEP_START = 1; enumerator
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3086 if (mState.mLayoutStep == State.STEP_START) { in onMeasure()
3377 if (mState.mLayoutStep == State.STEP_START) { in dispatchLayout()
3551 mState.assertLayoutStep(State.STEP_START); in dispatchLayoutStep1()
3671 mState.mLayoutStep = State.STEP_START; in dispatchLayoutStep3()
11265 static final int STEP_START = 1; field in RecyclerView.State
11303 STEP_START, STEP_LAYOUT, STEP_ANIMATIONS
11309 int mLayoutStep = STEP_START;
11364 mLayoutStep = STEP_START; in prepareForNestedPrefetch()