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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewAnimationsTest.java224 int expectedPostLayoutItemCount = -1; field in class:BaseRecyclerViewAnimationsTest.OnLayoutCallbacks
232 expectedPostLayoutItemCount = postLayout;
239 expectedPostLayoutItemCount = -1;
299 if (expectedPostLayoutItemCount != -1) {
301 expectedPostLayoutItemCount, state.getItemCount());

Completed in 31 milliseconds