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

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java3431 mState.assertLayoutStep(State.STEP_START);
3524 mState.assertLayoutStep(State.STEP_LAYOUT | State.STEP_ANIMATIONS);
3548 mState.assertLayoutStep(State.STEP_ANIMATIONS);
11153 void assertLayoutStep(int accepted) { method in class:RecyclerView.State
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3590 mState.assertLayoutStep(State.STEP_START);
3684 mState.assertLayoutStep(State.STEP_LAYOUT | State.STEP_ANIMATIONS);
3708 mState.assertLayoutStep(State.STEP_ANIMATIONS);
11645 void assertLayoutStep(int accepted) { method in class:RecyclerView.State

Completed in 146 milliseconds