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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseGridLayoutManagerTest.java240 Rect getViewBounds(View view) { method in class:BaseGridLayoutManagerTest.WrappedGridLayoutManager
H A DBaseLinearLayoutManagerTest.java583 Rect getViewBounds(View view) { method in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
613 Rect childBounds = getViewBounds(child);
H A DBaseWrapContentTest.java288 mRvSize = getViewBounds(recyclerView);
289 mRvParentSize = getViewBounds((View) recyclerView.getParent());
449 private Rect getViewBounds(View view) { method in class:BaseWrapContentTest.Snapshot
H A DBaseStaggeredGridLayoutManagerTest.java669 Rect getViewBounds(View view) { method in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
762 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();
216 AnimateableViewBounds getViewBounds() { method in class:TaskView
336 getViewBounds().reset();

Completed in 97 milliseconds