Searched refs:mNotificationContainerParent (Results 1 – 2 of 2) sorted by relevance
335 protected NotificationsQuickSettingsContainer mNotificationContainerParent; field in NotificationPanelViewControllerBaseTest431 mNotificationContainerParent = new NotificationsQuickSettingsContainer(getContext(), null); in setup()432 mNotificationContainerParent.addView(keyguardStatusView); in setup()433 mNotificationContainerParent.onFinishInflate(); in setup()435 .thenReturn(mNotificationContainerParent); in setup()780 constraintSet.clone(mNotificationContainerParent); in getConstraintSetLayout()
391 private NotificationsQuickSettingsContainer mNotificationContainerParent; field in NotificationPanelViewController1058 mNotificationContainerParent = mView.findViewById(R.id.notification_container_parent); in onFinishInflate()1115 controller.setup(mNotificationContainerParent)); in onFinishInflate()1362 mNotificationContainerParent.findViewById(R.id.keyguard_status_view); in reInflateViews()1363 int statusIndex = mNotificationContainerParent.indexOfChild(keyguardStatusView); in reInflateViews()1364 mNotificationContainerParent.removeView(keyguardStatusView); in reInflateViews()1366 R.layout.keyguard_status_view, mNotificationContainerParent, false); in reInflateViews()1367 mNotificationContainerParent.addView(keyguardStatusView, statusIndex); in reInflateViews()1701 layout = mNotificationContainerParent; in updateKeyguardStatusViewAlignment()2368 if (mNotificationContainerParent == null) { in applyBackScaling()[all …]