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

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

Completed in 104 milliseconds