Searched refs:NotificationChildrenContainer (Results 1 – 5 of 5) sorted by relevance
32 import com.android.systemui.statusbar.stack.NotificationChildrenContainer;85 NotificationChildrenContainer mockContainer = mock(NotificationChildrenContainer.class); in testReinflatedOnDensityChange()
55 NotificationChildrenContainer childrenContainer = mGroup.getChildrenContainer(); in testLowPriorityHeaderCleared()66 NotificationChildrenContainer childrenContainer = mGroup.getChildrenContainer(); in testRecreateNotificationHeader_hasHeader()
25 import com.android.systemui.statusbar.stack.NotificationChildrenContainer;
49 public class NotificationChildrenContainer extends ViewGroup { class96 public NotificationChildrenContainer(Context context) { in NotificationChildrenContainer() method in NotificationChildrenContainer100 public NotificationChildrenContainer(Context context, AttributeSet attrs) { in NotificationChildrenContainer() method in NotificationChildrenContainer104 public NotificationChildrenContainer(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationChildrenContainer() method in NotificationChildrenContainer108 public NotificationChildrenContainer(Context context, AttributeSet attrs, int defStyleAttr, in NotificationChildrenContainer() method in NotificationChildrenContainer
75 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) {