Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java380 protected NotificationsQuickSettingsContainer mNotificationContainerParent; field in NotificationPanelViewControllerBaseTest
533 mNotificationContainerParent = new NotificationsQuickSettingsContainer(getContext(), null); in setup()
534 mNotificationContainerParent.addView(keyguardStatusView); in setup()
535 mNotificationContainerParent.onFinishInflate(); in setup()
537 .thenReturn(mNotificationContainerParent); in setup()
900 constraintSet.clone(mNotificationContainerParent); in getConstraintSetLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java395 private NotificationsQuickSettingsContainer mNotificationContainerParent; field in NotificationPanelViewController
1076 mNotificationContainerParent = mView.findViewById(R.id.notification_container_parent); in onFinishInflate()
1426 mNotificationContainerParent.findViewById(R.id.keyguard_status_view); in reInflateViews()
1427 int statusIndex = mNotificationContainerParent.indexOfChild(keyguardStatusView); in reInflateViews()
1428 mNotificationContainerParent.removeView(keyguardStatusView); in reInflateViews()
1430 R.layout.keyguard_status_view, mNotificationContainerParent, false); in reInflateViews()
1431 mNotificationContainerParent.addView(keyguardStatusView, statusIndex); in reInflateViews()
1796 ConstraintLayout layout = mNotificationContainerParent; in updateKeyguardStatusViewAlignment()
2499 if (mNotificationContainerParent == null) { in applyBackScaling()
2503 mNotificationContainerParent.applyBackScaling(scale, mSplitShadeEnabled); in applyBackScaling()