Searched defs:getViewBounds (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseGridLayoutManagerTest.java239 Rect getViewBounds(View view) { method in class:BaseGridLayoutManagerTest.WrappedGridLayoutManager
H A DBaseLinearLayoutManagerTest.java582 Rect getViewBounds(View view) { method in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
612 Rect childBounds = getViewBounds(child);
H A DBaseWrapContentTest.java294 mRvSize = getViewBounds(recyclerView);
295 mRvParentSize = getViewBounds((View) recyclerView.getParent());
455 private Rect getViewBounds(View view) { method in class:BaseWrapContentTest.Snapshot
H A DBaseStaggeredGridLayoutManagerTest.java645 Rect getViewBounds(View view) { method in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
739 items.put(vh.mBoundItem, getViewBounds(child));
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java120 tv.getViewBounds().setAlpha(alpha);
125 return tv.getViewBounds().getAlpha();
209 AnimateableViewBounds getViewBounds() { method in class:TaskView
330 getViewBounds().reset();

Completed in 225 milliseconds