Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java191 private NotificationChildrenContainer mChildrenContainer; field in ExpandableNotificationRow
359 setIconAnimationRunningForChild(running, mChildrenContainer.getHeaderView()); in setIconAnimationRunning()
360 setIconAnimationRunningForChild(running, mChildrenContainer.getLowPriorityHeaderView()); in setIconAnimationRunning()
362 mChildrenContainer.getNotificationChildren(); in setIconAnimationRunning()
476 mChildrenContainer.recreateNotificationHeader(mExpandClickListener); in onNotificationUpdated()
477 mChildrenContainer.onNotificationUpdated(); in onNotificationUpdated()
591 mChildrenContainer.updateGroupOverflow();
636 if (mChildrenContainer != null) {
637 mChildrenContainer.setHeaderVisibleAmount(headerVisibleAmount);
661 if (mChildrenContainer == null) {
[all …]