Searched refs:overflowedHeight (Results 1 – 1 of 1) sorted by relevance
1198 int overflowedHeight = child.getMeasuredHeight() - mRectArray[i].height(); in onMeasure() local1199 overflowedHeight = (overflowedHeight + 1) / 2; in onMeasure()1200 mRectArray[i].bottom += overflowedHeight; in onMeasure()1201 mRectArray[i].top -= overflowedHeight; in onMeasure()1246 int overflowedHeight = visibleRectArray[i].bottom - height; in onMeasure() local1250 visibleRectArray[j].top - overflowedHeight, in onMeasure()1252 visibleRectArray[j].bottom - overflowedHeight); in onMeasure()