Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAlertDialogLayout.java72 View middlePanel = null; in tryOnMeasure() local
87 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 …]
/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 …]