Searched refs:middlePanel (Results 1 – 2 of 2) sorted by relevance
79 View middlePanel = null; in tryOnMeasure() local98 if (middlePanel != null) { in tryOnMeasure()102 middlePanel = child; in tryOnMeasure()136 if (middlePanel != null) { in tryOnMeasure()145 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()146 middleHeight = middlePanel.getMeasuredHeight(); in tryOnMeasure()149 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()176 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()188 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()190 usedHeight += middlePanel.getMeasuredHeight(); in tryOnMeasure()[all …]
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 …]