Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DExpandableNotificationRowTest.java32 import com.android.systemui.statusbar.stack.NotificationChildrenContainer;
85 NotificationChildrenContainer mockContainer = mock(NotificationChildrenContainer.class); in testReinflatedOnDensityChange()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainerTest.java55 NotificationChildrenContainer childrenContainer = mGroup.getChildrenContainer(); in testLowPriorityHeaderCleared()
66 NotificationChildrenContainer childrenContainer = mGroup.getChildrenContainer(); in testRecreateNotificationHeader_hasHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java25 import com.android.systemui.statusbar.stack.NotificationChildrenContainer;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java49 public class NotificationChildrenContainer extends ViewGroup { class
96 public NotificationChildrenContainer(Context context) { in NotificationChildrenContainer() method in NotificationChildrenContainer
100 public NotificationChildrenContainer(Context context, AttributeSet attrs) { in NotificationChildrenContainer() method in NotificationChildrenContainer
104 public NotificationChildrenContainer(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationChildrenContainer() method in NotificationChildrenContainer
108 public NotificationChildrenContainer(Context context, AttributeSet attrs, int defStyleAttr, in NotificationChildrenContainer() method in NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java75 import com.android.systemui.statusbar.stack.NotificationChildrenContainer;
159 private NotificationChildrenContainer mChildrenContainer;
977 public NotificationChildrenContainer getChildrenContainer() {
1251 mChildrenContainer = (NotificationChildrenContainer) inflated;
2214 protected void setChildrenContainer(NotificationChildrenContainer childrenContainer) {