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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java1323 final Rect bounds = mLayoutManager.getViewBounds(child);
1393 Rect bounds = mLayoutManager.getViewBounds(view);
1411 Rect newBounds = mLayoutManager.getViewBounds(view);
1437 bounds = mLayoutManager.getViewBounds(view);
1464 final Rect bounds = mLayoutManager.getViewBounds(child);
1866 Rect getViewBounds(View view) { method in class:StaggeredGridLayoutManagerTest.WrappedLayoutManager
1960 items.put(vh.mBoundItem, getViewBounds(child));
H A DLinearLayoutManagerTest.java476 final Rect bounds = mLayoutManager.getViewBounds(child);
1487 Rect getViewBounds(View view) { method in class:LinearLayoutManagerTest.WrappedLinearLayoutManager
1517 Rect childBounds = getViewBounds(child);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java133 AnimateableViewBounds getViewBounds() { method in class:TaskView
H A DTaskStackView.java470 tv.getViewBounds().setClipBottom(clipBottom);
475 tv.getViewBounds().setClipBottom(0);

Completed in 131 milliseconds