Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewAnimationsTest.java226 int mDeletedViewCount; field in BaseRecyclerViewAnimationsTest.OnLayoutCallbacks
245 mDeletedViewCount = 0; in beforePreLayout()
249 mDeletedViewCount++; in beforePreLayout()
DRecyclerViewAnimationsTest.java1276 mLayoutManager.getChildCount() + mDeletedViewCount in basicDelete()