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

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3429 mState.assertLayoutStep(State.STEP_START);
3522 mState.assertLayoutStep(State.STEP_LAYOUT | State.STEP_ANIMATIONS);
3546 mState.assertLayoutStep(State.STEP_ANIMATIONS);
11146 void assertLayoutStep(int accepted) { method in class:RecyclerView.State
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java3777 mState.assertLayoutStep(State.STEP_START);
3871 mState.assertLayoutStep(State.STEP_LAYOUT | State.STEP_ANIMATIONS);
3895 mState.assertLayoutStep(State.STEP_ANIMATIONS);
12065 void assertLayoutStep(int accepted) { method in class:RecyclerView.State

Completed in 82 milliseconds