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

/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
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
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);

Completed in 68 milliseconds