Searched refs:getDecoratedLeft (Results 1 – 4 of 4) sorted by relevance
333 final int left = layoutManager.getDecoratedLeft(view) - params.leftMargin; in calculateDxToMakeVisible()
299 return mLayoutManager.getDecoratedLeft(view) - params.leftMargin; in createHorizontalHelper()
8748 public int getDecoratedLeft(View child) { in getDecoratedLeft() method in RecyclerView.LayoutManager
1901 final int minLeft = layoutManager.getDecoratedLeft(target.itemView); in onMoved()