Searched refs:mNotificationHeaderLowPriority (Results 1 – 1 of 1) sorted by relevance
95 private NotificationHeaderView mNotificationHeaderLowPriority; field in NotificationChildrenContainer178 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 …]