Home
last modified time | relevance | path

Searched refs:mNotificationContainerParent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java335 protected NotificationsQuickSettingsContainer mNotificationContainerParent; field in NotificationPanelViewControllerBaseTest
431 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java391 private NotificationsQuickSettingsContainer mNotificationContainerParent; field in NotificationPanelViewController
1058 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 …]