Searched refs:mChildrenContainer (Results 1 – 2 of 2) sorted by relevance
55 private NotificationChildrenContainer mChildrenContainer; field in NotificationChildrenContainerTest65 mChildrenContainer = mGroup.getChildrenContainer(); in setUp()70 mChildrenContainer.setIsMinimized(true); in testGetMaxAllowedVisibleChildren_lowPriority()71 Assert.assertEquals(mChildrenContainer.getMaxAllowedVisibleChildren(), in testGetMaxAllowedVisibleChildren_lowPriority()78 Assert.assertEquals(mChildrenContainer.getMaxAllowedVisibleChildren(), in testGetMaxAllowedVisibleChildren_headsUp()84 mChildrenContainer.setIsMinimized(true); in testGetMaxAllowedVisibleChildren_lowPriority_expandedChildren()85 mChildrenContainer.setChildrenExpanded(true); in testGetMaxAllowedVisibleChildren_lowPriority_expandedChildren()86 Assert.assertEquals(mChildrenContainer.getMaxAllowedVisibleChildren(), in testGetMaxAllowedVisibleChildren_lowPriority_expandedChildren()92 mChildrenContainer.setIsMinimized(true); in testGetMaxAllowedVisibleChildren_lowPriority_userLocked()93 mChildrenContainer.setUserLocked(true); in testGetMaxAllowedVisibleChildren_lowPriority_userLocked()[all …]
264 private NotificationChildrenContainer mChildrenContainer; field in ExpandableNotificationRow469 NotificationViewWrapper viewWrapper = mChildrenContainer.getNotificationViewWrapper(); in setAnimationRunning()473 NotificationViewWrapper lowPriWrapper = mChildrenContainer in setAnimationRunning()479 mChildrenContainer.getAttachedChildren(); in setAnimationRunning()595 mChildrenContainer.updateGroupHeaderExpandState(); in onNotificationUpdated()598 mChildrenContainer.recreateNotificationHeader(mExpandClickListener, in onNotificationUpdated()601 mChildrenContainer.onNotificationUpdated(); in onNotificationUpdated()642 for (ExpandableNotificationRow child : mChildrenContainer.getAttachedChildren()) { in updateBackgroundColors()682 return mChildrenContainer.getVisibleWrapper().getOriginalIconColor(); in getOriginalIconColor()782 mChildrenContainer.updateGroupOverflow();[all …]