Searched refs:getDecoratedRight (Results 1 – 4 of 4) sorted by relevance
334 final int right = layoutManager.getDecoratedRight(view) + params.rightMargin; in calculateDxToMakeVisible()
292 return mLayoutManager.getDecoratedRight(view) + params.rightMargin; in createHorizontalHelper()
8772 public int getDecoratedRight(View child) { in getDecoratedRight() method in RecyclerView.LayoutManager
1905 final int maxRight = layoutManager.getDecoratedRight(target.itemView); in onMoved()