Searched refs:middlePanel (Results 1 – 2 of 2) sorted by relevance
78 View middlePanel = null; in tryOnMeasure() local97 if (middlePanel != null) { in tryOnMeasure()101 middlePanel = child; in tryOnMeasure()135 if (middlePanel != null) { in tryOnMeasure()144 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()145 middleHeight = middlePanel.getMeasuredHeight(); in tryOnMeasure()148 childState = combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()175 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()187 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()189 usedHeight += middlePanel.getMeasuredHeight(); in tryOnMeasure()[all …]
73 View middlePanel = null; in tryOnMeasure() local88 if (middlePanel != null) { in tryOnMeasure()92 middlePanel = child; in tryOnMeasure()125 if (middlePanel != null) { in tryOnMeasure()134 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()135 middleHeight = middlePanel.getMeasuredHeight(); in tryOnMeasure()138 childState = View.combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()165 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()177 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()179 usedHeight += middlePanel.getMeasuredHeight(); in tryOnMeasure()[all …]