Searched refs:middlePanel (Results 1 – 1 of 1) sorted by relevance
80 View middlePanel = null; in tryOnMeasure() local99 if (middlePanel != null) { in tryOnMeasure()103 middlePanel = child; in tryOnMeasure()137 if (middlePanel != null) { in tryOnMeasure()146 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()147 middleHeight = middlePanel.getMeasuredHeight(); in tryOnMeasure()150 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()177 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()189 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()191 usedHeight += middlePanel.getMeasuredHeight(); in tryOnMeasure()[all …]