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

Completed in 69 milliseconds