Searched refs:firstVisible (Results 1 – 2 of 2) sorted by relevance
111 final int firstVisible = getNextVisibleChildIndex(0); in onMeasure() local112 if (firstVisible >= 0) { in onMeasure()113 final View firstButton = getChildAt(firstVisible); in onMeasure()118 final int secondVisible = getNextVisibleChildIndex(firstVisible + 1); in onMeasure()
109 final int firstVisible = getNextVisibleChildIndex(0); in onMeasure() local110 if (firstVisible >= 0) { in onMeasure()111 final View firstButton = getChildAt(firstVisible); in onMeasure()116 final int secondVisible = getNextVisibleChildIndex(firstVisible + 1); in onMeasure()