Home
last modified time | relevance | path

Searched refs:maxChildHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java79 int maxChildHeight = 0; in onMeasure() local
99 maxChildHeight = Math.max(maxChildHeight, childHeight); in onMeasure()
105 ? givenSize : Math.min(ownMaxHeight, maxChildHeight); in onMeasure()
DNotificationContentView.java204 int maxChildHeight = 0; in onMeasure() local
223 maxChildHeight = Math.max(maxChildHeight, mExpandedChild.getMeasuredHeight()); in onMeasure()
246 maxChildHeight = Math.max(maxChildHeight, measuredHeight); in onMeasure()
275 maxChildHeight = Math.max(maxChildHeight, mHeadsUpChild.getMeasuredHeight()); in onMeasure()
287 maxChildHeight = Math.max(maxChildHeight, mSingleLineView.getMeasuredHeight()); in onMeasure()
301 maxChildHeight = Math.max(maxChildHeight, mAmbientChild.getMeasuredHeight()); in onMeasure()
303 int ownHeight = Math.min(maxChildHeight, maxSize); in onMeasure()
/frameworks/base/core/java/android/widget/
DActionMenuView.java200 int maxChildHeight = 0; in onMeasureExactFormat() local
243 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight()); in onMeasureExactFormat()
380 heightSize = maxChildHeight; in onMeasureExactFormat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java558 SmartSuggestionMeasures(int measuredWidth, int maxChildHeight, in SmartSuggestionMeasures() argument
561 this.mMaxChildHeight = maxChildHeight; in SmartSuggestionMeasures()
725 int buttonPaddingHorizontal, int maxChildHeight) { in remeasureButtonsIfNecessary() argument
727 MeasureSpec.makeMeasureSpec(maxChildHeight, MeasureSpec.EXACTLY); in remeasureButtonsIfNecessary()
766 if (child.getMeasuredHeight() != maxChildHeight) { in remeasureButtonsIfNecessary()