Searched refs:getDecoratedBoundsWithMargins (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DDividerItemDecoration.java132 parent.getDecoratedBoundsWithMargins(child, mBounds);
159 parent.getLayoutManager().getDecoratedBoundsWithMargins(child, mBounds);
H A DRecyclerView.java4835 public void getDecoratedBoundsWithMargins(@NonNull View view, @NonNull Rect outBounds) { method in class:RecyclerView
7485 getDecoratedBoundsWithMargins(child, bounds);
9217 * <li>{@link #getDecoratedBoundsWithMargins(View, Rect)}</li>
9326 public void getDecoratedBoundsWithMargins(@NonNull View view, @NonNull Rect outBounds) { method in class:RecyclerView.LayoutManager
9668 getDecoratedBoundsWithMargins(focusedChild, bounds);
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DScrollToPositionWithAutoMeasure.java97 llm.getDecoratedBoundsWithMargins(viewHolder.itemView, viewBounds);
H A DTestResizingRelayoutWithAutoMeasure.java166 mLayoutManager.getDecoratedBoundsWithMargins(view, outRect);
H A DBaseStaggeredGridLayoutManagerTest.java624 getDecoratedBoundsWithMargins(child, childBounds);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1126 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { method in class:GridLayoutManager
1127 super.getDecoratedBoundsWithMargins(view, outBounds);
1144 getDecoratedBoundsWithMargins(view, sTempRect);
1776 // Now super.getDecoratedBoundsWithMargins() includes the extra space for optical bounds,
1779 super.getDecoratedBoundsWithMargins(v, sTempRect);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java4485 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { method in class:RecyclerView
6936 getDecoratedBoundsWithMargins(child, bounds);
8626 * <li>{@link #getDecoratedBoundsWithMargins(View, Rect)}</li>
8734 public void getDecoratedBoundsWithMargins(View view, Rect outBounds) { method in class:RecyclerView.LayoutManager

Completed in 145 milliseconds