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