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

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

Completed in 121 milliseconds