Searched defs:setChildrenExpanded (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java669 public void setChildrenExpanded(boolean childrenExpanded) { method in class:NotificationChildrenContainer
678 child.setChildrenExpanded(childrenExpanded, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1405 public void setChildrenExpanded(boolean expanded, boolean animate) { method in class:ExpandableNotificationRow
1408 mChildrenContainer.setChildrenExpanded(expanded);

Completed in 327 milliseconds