Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java1153 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.WrappedLayoutManager
1731 items.put(vh.mBoundItem, getViewBounds(child)); in collectChildCoordinates()
DLinearLayoutManagerTest.java207 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionWithOffsetTest()
1034 Rect getViewBounds(View view) { in getViewBounds() method in LinearLayoutManagerTest.WrappedLinearLayoutManager
1062 items.put(vh.mBoundItem, getViewBounds(child)); in collectChildCoordinates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java398 tv.getViewBounds().setClipBottom(clipBottom); in clipTaskViews()
403 tv.getViewBounds().setClipBottom(0); in clipTaskViews()
DTaskView.java129 AnimateableViewBounds getViewBounds() { in getViewBounds() method in TaskView