Searched refs:middlePanel (Results 1 – 2 of 2) sorted by relevance
72 View middlePanel = null; in tryOnMeasure() local87 if (middlePanel != null) { in tryOnMeasure()91 middlePanel = child; in tryOnMeasure()124 if (middlePanel != null) { in tryOnMeasure()133 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()134 middleHeight = middlePanel.getMeasuredHeight(); in tryOnMeasure()137 childState = View.combineMeasuredStates(childState, middlePanel.getMeasuredState()); in tryOnMeasure()164 if (middlePanel != null && remainingHeight > 0) { in tryOnMeasure()176 middlePanel.measure(widthMeasureSpec, childHeightSpec); in tryOnMeasure()178 usedHeight += middlePanel.getMeasuredHeight(); in tryOnMeasure()[all …]
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 …]