Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java43 private NotificationChildrenContainer mChildrenContainer;
60 NotificationChildrenContainer.NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED); in testGetMaxAllowedVisibleChildren_lowPriority()
67 NotificationChildrenContainer.NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED); in testGetMaxAllowedVisibleChildren_headsUp()
75 NotificationChildrenContainer.NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED); in testGetMaxAllowedVisibleChildren_lowPriority_expandedChildren()
83 NotificationChildrenContainer.NUMBER_OF_CHILDREN_WHEN_SYSTEM_EXPANDED); in testGetMaxAllowedVisibleChildren_lowPriority_userLocked()
89 NotificationChildrenContainer.NUMBER_OF_CHILDREN_WHEN_COLLAPSED); in testGetMaxAllowedVisibleChildren_likeCollapsed()
97 NotificationChildrenContainer.NUMBER_OF_CHILDREN_WHEN_CHILDREN_EXPANDED); in testGetMaxAllowedVisibleChildren_expandedChildren()
104 NotificationChildrenContainer.NUMBER_OF_CHILDREN_WHEN_CHILDREN_EXPANDED); in testGetMaxAllowedVisibleChildren_userLocked()
133 NotificationChildrenContainer.NUMBER_OF_CHILDREN_WHEN_CHILDREN_EXPANDED); in testGetMaxAllowedVisibleChildren_userLocked_expandedChildren_lowPriority()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java52 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainer;
124 NotificationChildrenContainer mockContainer = mock(NotificationChildrenContainer.class); in testReinflatedOnDensityChange()
229 NotificationChildrenContainer mockContainer = mock(NotificationChildrenContainer.class); in testShowAppOpsIcons_header()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java21 import static com.android.systemui.statusbar.notification.stack.NotificationChildrenContainer.NUMBE…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java52 public class NotificationChildrenContainer extends ViewGroup { class
112 public NotificationChildrenContainer(Context context) { in NotificationChildrenContainer() method in NotificationChildrenContainer
116 public NotificationChildrenContainer(Context context, AttributeSet attrs) { in NotificationChildrenContainer() method in NotificationChildrenContainer
120 public NotificationChildrenContainer(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationChildrenContainer() method in NotificationChildrenContainer
124 public NotificationChildrenContainer(Context context, AttributeSet attrs, int defStyleAttr, in NotificationChildrenContainer() method in NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DPreparationCoordinator.java19 import static com.android.systemui.statusbar.notification.stack.NotificationChildrenContainer.NUMBE…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java94 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainer;
226 private NotificationChildrenContainer mChildrenContainer;
1388 public NotificationChildrenContainer getChildrenContainer() {
1769 mChildrenContainer = (NotificationChildrenContainer) inflated;
3210 protected void setChildrenContainer(NotificationChildrenContainer childrenContainer) {