Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java1401 int sampleViewIndex = getFirstFullyVisibleChildIndex(); in getSampleViewHeight() local
1402 View sampleView = getChildAt(sampleViewIndex); in getSampleViewHeight()
1403 if (getPosition(sampleView) == 0 && sampleViewIndex < getChildCount() - 1) { in getSampleViewHeight()
1404 sampleView = getChildAt(++sampleViewIndex); in getSampleViewHeight()