Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java226 int headerHeightSpec = MeasureSpec.makeMeasureSpec(mHeaderHeight, MeasureSpec.EXACTLY); in onMeasure() local
228 mNotificationHeader.measure(widthMeasureSpec, headerHeightSpec); in onMeasure()
231 headerHeightSpec = MeasureSpec.makeMeasureSpec(mHeaderHeight, MeasureSpec.EXACTLY); in onMeasure()
232 mNotificationHeaderLowPriority.measure(widthMeasureSpec, headerHeightSpec); in onMeasure()