Searched refs:getViewBounds (Results 1 – 4 of 4) sorted by relevance
1153 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionWithOffsetTest()1223 Rect bounds = mLayoutManager.getViewBounds(view); in scrollToPositionTest()1241 Rect newBounds = mLayoutManager.getViewBounds(view); in scrollToPositionTest()1267 bounds = mLayoutManager.getViewBounds(view); in scrollToPositionTest()1294 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionTest()1640 Rect getViewBounds(View view) { in getViewBounds() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager1731 items.put(vh.mBoundItem, getViewBounds(child)); in collectChildCoordinates()
207 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionWithOffsetTest()1034 Rect getViewBounds(View view) { in getViewBounds() method in LinearLayoutManagerTest.WrappedLinearLayoutManager1062 items.put(vh.mBoundItem, getViewBounds(child)); in collectChildCoordinates()
398 tv.getViewBounds().setClipBottom(clipBottom); in clipTaskViews()403 tv.getViewBounds().setClipBottom(0); in clipTaskViews()
129 AnimateableViewBounds getViewBounds() { in getViewBounds() method in TaskView