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/notification/stack/
DNotificationChildrenContainer.java95 private NotificationHeaderView mNotificationHeaderLowPriority; field in NotificationChildrenContainer
178 if (mNotificationHeaderLowPriority != null) { in onLayout()
179 mNotificationHeaderLowPriority.layout(0, 0, in onLayout()
180 mNotificationHeaderLowPriority.getMeasuredWidth(), in onLayout()
181 mNotificationHeaderLowPriority.getMeasuredHeight()); in onLayout()
230 if (mNotificationHeaderLowPriority != null) { in onMeasure()
232 mNotificationHeaderLowPriority.measure(widthMeasureSpec, headerHeightSpec); in onMeasure()
362 if (mNotificationHeaderLowPriority == null) {
363 mNotificationHeaderLowPriority = (NotificationHeaderView) header.apply(getContext(),
365 final View expandButton = mNotificationHeaderLowPriority.findViewById(
[all …]