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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1114 public int getDecoratedRight(View child) { method in class:GridLayoutManager
1115 return super.getDecoratedRight(child)
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java8631 * <li>{@link #getDecoratedRight(View)}</li>
8666 * <li>{@link #getDecoratedRight(View)}</li>
8770 public int getDecoratedRight(View child) { method in class:RecyclerView.LayoutManager
8865 * @see #getDecoratedRight(View)
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java7296 return LayoutManager.this.getDecoratedRight(view) + params.rightMargin;
9222 * <li>{@link #getDecoratedRight(View)}</li>
9257 * <li>{@link #getDecoratedRight(View)}</li>
9362 public int getDecoratedRight(@NonNull View child) { method in class:RecyclerView.LayoutManager
9457 * @see #getDecoratedRight(View)

Completed in 432 milliseconds