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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java129 AnimateableViewBounds getViewBounds() { method in class:TaskView
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerTest.java207 final Rect bounds = mLayoutManager.getViewBounds(child);
1034 Rect getViewBounds(View view) { method in class:LinearLayoutManagerTest.WrappedLinearLayoutManager
1062 items.put(vh.mBoundItem, getViewBounds(child));
H A DStaggeredGridLayoutManagerTest.java1153 final Rect bounds = mLayoutManager.getViewBounds(child);
1223 Rect bounds = mLayoutManager.getViewBounds(view);
1241 Rect newBounds = mLayoutManager.getViewBounds(view);
1267 bounds = mLayoutManager.getViewBounds(view);
1294 final Rect bounds = mLayoutManager.getViewBounds(child);
1640 Rect getViewBounds(View view) { method in class:StaggeredGridLayoutManagerTest.WrappedLayoutManager
1731 items.put(vh.mBoundItem, getViewBounds(child));

Completed in 80 milliseconds