Home
last modified time | relevance | path

Searched refs:middlePanel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java78 View middlePanel = null; in tryOnMeasure() local
97 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 …]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAlertDialogLayout.java73 View middlePanel = null; in tryOnMeasure() local
88 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 …]