Searched refs:getDecoratedBottom (Results 1 – 4 of 4) sorted by relevance
309 final int bottom = layoutManager.getDecoratedBottom(view) + params.bottomMargin; in calculateDyToMakeVisible()
390 return mLayoutManager.getDecoratedBottom(view) + params.bottomMargin;
8784 public int getDecoratedBottom(View child) { in getDecoratedBottom() method in RecyclerView.LayoutManager
1916 final int maxBottom = layoutManager.getDecoratedBottom(target.itemView); in onMoved()