Searched refs:getDecoratedTop (Results 1 – 4 of 4) sorted by relevance
308 final int top = layoutManager.getDecoratedTop(view) - params.topMargin; in calculateDyToMakeVisible()
397 return mLayoutManager.getDecoratedTop(view) - params.topMargin;
8760 public int getDecoratedTop(View child) { in getDecoratedTop() method in RecyclerView.LayoutManager
1912 final int minTop = layoutManager.getDecoratedTop(target.itemView); in onMoved()