Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewAnimationsTest.java224 int expectedPostLayoutItemCount = -1; field in BaseRecyclerViewAnimationsTest.OnLayoutCallbacks
232 expectedPostLayoutItemCount = postLayout; in setExpectedItemCounts()
239 expectedPostLayoutItemCount = -1; in reset()
299 if (expectedPostLayoutItemCount != -1) { in onLayoutChildren()
301 expectedPostLayoutItemCount, state.getItemCount()); in onLayoutChildren()