Searched defs:getDecoratedRight (Results 1 - 2 of 2) sorted by path

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java1001 public int getDecoratedRight(View child) { method in class:GridLayoutManager
1002 return super.getDecoratedRight(child) -
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java8307 * <li>{@link #getDecoratedRight(View)}</li>
8342 * <li>{@link #getDecoratedRight(View)}</li>
8446 public int getDecoratedRight(View child) { method in class:RecyclerView.LayoutManager
8541 * @see #getDecoratedRight(View)

Completed in 66 milliseconds