Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java3430 mState.assertLayoutStep(State.STEP_START); in dispatchLayoutStep1()
3523 mState.assertLayoutStep(State.STEP_LAYOUT | State.STEP_ANIMATIONS); in dispatchLayoutStep2()
3547 mState.assertLayoutStep(State.STEP_ANIMATIONS); in dispatchLayoutStep3()
11148 void assertLayoutStep(int accepted) { in assertLayoutStep() method in RecyclerView.State