Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3551 mState.assertLayoutStep(State.STEP_START); in dispatchLayoutStep1()
3644 mState.assertLayoutStep(State.STEP_LAYOUT | State.STEP_ANIMATIONS); in dispatchLayoutStep2()
3668 mState.assertLayoutStep(State.STEP_ANIMATIONS); in dispatchLayoutStep3()
11269 void assertLayoutStep(int accepted) { in assertLayoutStep() method in RecyclerView.State