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

/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.java8310 * <li>{@link #getDecoratedRight(View)}</li>
8345 * <li>{@link #getDecoratedRight(View)}</li>
8449 public int getDecoratedRight(View child) { method in class:RecyclerView.LayoutManager
8544 * @see #getDecoratedRight(View)

Completed in 168 milliseconds