Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java85 private NotificationHeaderView mNotificationHeaderLowPriority; field in NotificationChildrenContainer
151 if (mNotificationHeaderLowPriority != null) { in onLayout()
152 mNotificationHeaderLowPriority.layout(0, 0, in onLayout()
153 mNotificationHeaderLowPriority.getMeasuredWidth(), in onLayout()
154 mNotificationHeaderLowPriority.getMeasuredHeight()); in onLayout()
208 if (mNotificationHeaderLowPriority != null) { in onMeasure()
210 mNotificationHeaderLowPriority.measure(widthMeasureSpec, headerHeightSpec); in onMeasure()
343 if (mNotificationHeaderLowPriority == null) {
344 mNotificationHeaderLowPriority = (NotificationHeaderView) header.apply(getContext(),
346 final View expandButton = mNotificationHeaderLowPriority.findViewById(
[all …]