Searched refs:secondVisible (Results 1 – 1 of 1) sorted by relevance
118 final int secondVisible = getNextVisibleChildIndex(firstVisible + 1); in onMeasure() local119 if (secondVisible >= 0) { in onMeasure()120 minHeight += getChildAt(secondVisible).getPaddingTop() in onMeasure()