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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1109 public int getDecoratedTop(View child) { method in class:GridLayoutManager
1110 return super.getDecoratedTop(child) + ((LayoutParams) child.getLayoutParams()).mTopInset;
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8630 * <li>{@link #getDecoratedTop(View)}</li>
8665 * <li>{@link #getDecoratedTop(View)}</li>
8758 public int getDecoratedTop(View child) { method in class:RecyclerView.LayoutManager
8820 * @see #getDecoratedTop(View)
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java7336 return LayoutManager.this.getDecoratedTop(view) - params.topMargin;
9221 * <li>{@link #getDecoratedTop(View)}</li>
9256 * <li>{@link #getDecoratedTop(View)}</li>
9350 public int getDecoratedTop(@NonNull View child) { method in class:RecyclerView.LayoutManager
9412 * @see #getDecoratedTop(View)

Completed in 186 milliseconds