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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1120 public int getDecoratedBottom(View child) { method in class:GridLayoutManager
1121 return super.getDecoratedBottom(child)
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8632 * <li>{@link #getDecoratedBottom(View)}</li>
8667 * <li>{@link #getDecoratedBottom(View)}</li>
8782 public int getDecoratedBottom(View child) { method in class:RecyclerView.LayoutManager
8835 * @see #getDecoratedBottom(View)
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java7343 return LayoutManager.this.getDecoratedBottom(view) + params.bottomMargin;
9223 * <li>{@link #getDecoratedBottom(View)}</li>
9258 * <li>{@link #getDecoratedBottom(View)}</li>
9374 public int getDecoratedBottom(@NonNull View child) { method in class:RecyclerView.LayoutManager
9427 * @see #getDecoratedBottom(View)

Completed in 104 milliseconds