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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java1007 int expectedPreLayoutItemCount = -1; field in class:RecyclerViewAnimationsTest.OnLayoutCallbacks
1016 expectedPreLayoutItemCount = preLayout;
1023 expectedPreLayoutItemCount = -1;
1079 if (expectedPreLayoutItemCount != -1) {
1081 expectedPreLayoutItemCount, state.getItemCount());

Completed in 73 milliseconds