Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DGridLayoutManagerNoOpUpdateTest.java102 Rect childBounds = getChildBounds(mRecyclerView, child, true); in takeSnapshot()
111 private Rect getChildBounds(RecyclerView recyclerView, View child, boolean offset) { in getChildBounds() method in GridLayoutManagerNoOpUpdateTest
DBaseWrapContentTest.java442 Rect childBounds = getChildBounds(recyclerView, child, true); in collectChildCoordinates()
443 mRawChildrenBox.union(getChildBounds(recyclerView, child, false)); in collectChildCoordinates()
453 private Rect getChildBounds(RecyclerView recyclerView, View child, boolean offset) { in getChildBounds() method in BaseWrapContentTest.Snapshot