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.java126 private NotificationChildrenContainer mChildrenContainer; field in ExpandableNotificationRow
223 setIconAnimationRunningForChild(running, mChildrenContainer.getHeaderView()); in setIconAnimationRunning()
225 mChildrenContainer.getNotificationChildren(); in setIconAnimationRunning()
284mChildrenContainer.recreateNotificationHeader(mExpandClickListener, mEntry.notification); in onNotificationUpdated()
285 mChildrenContainer.onNotificationUpdated(); in onNotificationUpdated()
336 mChildrenContainer.updateGroupOverflow();
370 if (mChildrenContainer == null) {
373 mChildrenContainer.addNotification(row, childIndex);
379 if (mChildrenContainer != null) {
380 mChildrenContainer.removeNotification(row);
[all …]