Searched refs:secondVisible (Results 1 – 2 of 2) sorted by relevance
116 final int secondVisible = getNextVisibleChildIndex(firstVisible + 1); in onMeasure() local117 if (secondVisible >= 0) { in onMeasure()118 minHeight += getChildAt(secondVisible).getPaddingTop() in onMeasure()
124 final int secondVisible = getNextVisibleChildIndex(firstVisible + 1); in onMeasure() local125 if (secondVisible >= 0) { in onMeasure()126 minHeight += getChildAt(secondVisible).getPaddingTop() in onMeasure()