Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java177 final Map<View, Integer> sizeMap = new HashMap<View, Integer>(); in customSizeInScrollDirectionTest() local
188 sizeMap.put(vh.itemView, size); in customSizeInScrollDirectionTest()
200 assertTrue("[test sanity] some views should be laid out", sizeMap.size() > 0); in customSizeInScrollDirectionTest()
206 sizeMap.get(child).intValue(), size); in customSizeInScrollDirectionTest()