Home
last modified time | relevance | path

Searched refs:sampleView (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1402 View sampleView = getChildAt(sampleViewIndex); in getSampleViewHeight() local
1403 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()