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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java8444 * @see #getRightDecorationWidth(View)
8447 return child.getRight() + getRightDecorationWidth(child);
8544 public int getRightDecorationWidth(View child) { method in class:RecyclerView.LayoutManager

Completed in 90 milliseconds