Searched refs:sampleView (Results 1 – 1 of 1) sorted by relevance
1402 View sampleView = getChildAt(sampleViewIndex); in getSampleViewHeight() local1403 if (getPosition(sampleView) == 0 && sampleViewIndex < getChildCount() - 1) { in getSampleViewHeight()1404 sampleView = getChildAt(++sampleViewIndex); in getSampleViewHeight()1406 RecyclerView.LayoutParams params = getParams(sampleView); in getSampleViewHeight()1408 getDecoratedMeasuredHeight(sampleView) + params.topMargin + params.bottomMargin; in getSampleViewHeight()