Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewAnimationsTest.java222 int expectedPreLayoutItemCount = -1; field in BaseRecyclerViewAnimationsTest.OnLayoutCallbacks
231 expectedPreLayoutItemCount = preLayout; in setExpectedItemCounts()
238 expectedPreLayoutItemCount = -1; in reset()
293 if (expectedPreLayoutItemCount != -1) { in onLayoutChildren()
295 expectedPreLayoutItemCount, state.getItemCount()); in onLayoutChildren()