Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java86 private int mHeaderHeight; field in NotificationChildrenContainer
142 mHeaderHeight = mNotificationHeaderMargin + mNotificatonTopPadding; in initDimens()
226 int headerHeightSpec = MeasureSpec.makeMeasureSpec(mHeaderHeight, MeasureSpec.EXACTLY); in onMeasure()
231 headerHeightSpec = MeasureSpec.makeMeasureSpec(mHeaderHeight, MeasureSpec.EXACTLY); in onMeasure()