Searched refs:sampleViewIndex (Results 1 – 1 of 1) sorted by relevance
1401 int sampleViewIndex = getFirstFullyVisibleChildIndex(); in getSampleViewHeight() local1402 View sampleView = getChildAt(sampleViewIndex); in getSampleViewHeight()1403 if (getPosition(sampleView) == 0 && sampleViewIndex < getChildCount() - 1) { in getSampleViewHeight()1404 sampleView = getChildAt(++sampleViewIndex); in getSampleViewHeight()