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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewAnimationsTest.java222 int expectedPreLayoutItemCount = -1; field in class:BaseRecyclerViewAnimationsTest.OnLayoutCallbacks
231 expectedPreLayoutItemCount = preLayout;
238 expectedPreLayoutItemCount = -1;
293 if (expectedPreLayoutItemCount != -1) {
295 expectedPreLayoutItemCount, state.getItemCount());

Completed in 27 milliseconds