Home
last modified time | relevance | path

Searched refs:mNotificationShadeWindowController (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowControllerImplTest.java96 mNotificationShadeWindowController.attach(); in setUp()
101 mNotificationShadeWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays()
110 mNotificationShadeWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
119 mNotificationShadeWindowController.onThemeChanged(); in testOnThemeChanged_doesntCrash()
136 mNotificationShadeWindowController.attach(); in attach_visibleWithWallpaper()
146 mNotificationShadeWindowController.attach(); in attach_lightScrimHidesWallpaper()
157 mNotificationShadeWindowController.attach(); in attach_scrimHidesWallpaper()
172 mNotificationShadeWindowController.attach(); in attach_animatingKeyguardAndSurface_wallpaperVisible()
191 mNotificationShadeWindowController.setBouncerShowing(true); in setBouncerShowing_isFocusable_whenNeedsInput()
200 mNotificationShadeWindowController.setKeyguardShowing(true); in setKeyguardShowing_focusable_notAltFocusable_whenNeedsInput()
[all …]
H A DDozeServiceHostTest.java81 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHostTest
101 mNotificationShadeWindowController, mNotificationWakeUpCoordinator, in setup()
H A DNotificationShadeWindowViewTest.java96 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationShadeWindowViewTest
146 mController.setService(mStatusBar, mNotificationShadeWindowController); in setUp()
H A DBiometricsUnlockControllerTest.java76 private NotificationShadeWindowController mNotificationShadeWindowController; field in BiometricsUnlockControllerTest
125 mNotificationShadeWindowController, mKeyguardStateController, mHandler, in setUp()
H A DStatusBarTest.java235 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarTest
356 mStatusBarStateController, mNotificationShadeWindowController, in setup()
411 mNotificationShadeWindowController, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java34 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarHeadsUpChangeListener
58 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
73 mNotificationShadeWindowController.setHeadsUpShowing(true); in onHeadsUpPinnedModeChanged()
84 mNotificationShadeWindowController.setForceWindowCollapsed(true); in onHeadsUpPinnedModeChanged()
86 mNotificationShadeWindowController.setForceWindowCollapsed(false); in onHeadsUpPinnedModeChanged()
98 mNotificationShadeWindowController.setHeadsUpShowing(false); in onHeadsUpPinnedModeChanged()
109 mNotificationShadeWindowController.setHeadsUpShowing(false); in onHeadsUpPinnedModeChanged()
H A DStatusBarKeyguardViewManager.java112 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarKeyguardViewManager
256 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarKeyguardViewManager()
381 mNotificationShadeWindowController.setKeyguardShowing(true); in show()
631 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()
636 return mNotificationShadeWindowController.isShowingWallpaper(); in isUnlockWithWallpaper()
678 mNotificationShadeWindowController.setKeyguardOccluded(occluded); in setOccluded()
743 mNotificationShadeWindowController.setKeyguardShowing(false); in hide()
744 mNotificationShadeWindowController.setKeyguardFadingAway(true); in hide()
794 mNotificationShadeWindowController.setKeyguardFadingAway(true); in hide()
819 mNotificationShadeWindowController.setKeyguardShowing(false); in hide()
[all …]
H A DStatusBarTouchableRegionManager.java58 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarTouchableRegionManager
115 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
116 mNotificationShadeWindowController.setForcePluginOpenListener((forceOpen) -> { in StatusBarTouchableRegionManager()
190 || mNotificationShadeWindowController.getForcePluginOpen(); in updateTouchableRegion()
H A DStatusBarDemoMode.java46 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarDemoMode
59 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarDemoMode()
103 if (mNotificationShadeWindowController != null in dispatchDemoCommand()
H A DShadeControllerImpl.java48 protected final NotificationShadeWindowController mNotificationShadeWindowController; field in ShadeControllerImpl
70 mNotificationShadeWindowController = notificationShadeWindowController; in ShadeControllerImpl()
128 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in animateCollapsePanels()
H A DBiometricUnlockController.java157 private final NotificationShadeWindowController mNotificationShadeWindowController; field in BiometricUnlockController
283 mNotificationShadeWindowController = notificationShadeWindowController; in BiometricUnlockController()
403 mNotificationShadeWindowController.setForceDozeBrightness(true); in startWakeAndUnlock()
474 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in startWakeAndUnlock()
687 mNotificationShadeWindowController.setForceDozeBrightness(false); in startKeyguardFadingAway()
702 mNotificationShadeWindowController.setForceDozeBrightness(false); in resetMode()
H A DStatusBar.java1080 mNotificationShadeWindowController in start()
1100 mNotificationShadeWindowController in start()
1103 mNotificationShadeWindowController in start()
1430 mNotificationShadeWindowController, in setUpPresenter()
1815 mNotificationShadeWindowController.setQsExpanded(expanded); in setQsExpanded()
1846 mNotificationShadeWindowController.setPanelExpanded(isExpanded); in setPanelExpanded()
2010 mNotificationShadeWindowController.setPanelVisible(true); in makeExpandedVisible()
2079 mNotificationShadeWindowController.setPanelVisible(false); in makeExpandedInvisible()
2261 if (mNotificationShadeWindowController != null in finishBarAnimations()
2420 mNotificationShadeWindowController.attach(); in createAndAddWindows()
[all …]
H A DDozeServiceHost.java85 private final NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHost
127 mNotificationShadeWindowController = notificationShadeWindowController; in DozeServiceHost()
386 mNotificationShadeWindowController.setDozeScreenBrightness(brightness); in setDozeScreenBrightness()
H A DNotificationShadeWindowViewController.java103 private NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationShadeWindowViewController
490 mNotificationShadeWindowController.setLaunchingActivity(mExpandAnimationRunning); in setExpandAnimationRunning()
515 mNotificationShadeWindowController = controller; in setService()
H A DStatusBarNotificationPresenter.java110 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarNotificationPresenter
169 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter()
294 || mNotificationShadeWindowController.isLaunchingActivity(); in isCollapsing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java108 private final NotificationShadeWindowController mNotificationShadeWindowController; field in BubblesManager
178 mNotificationShadeWindowController = notificationShadeWindowController; in BubblesManager()
255 callback.accept(mNotificationShadeWindowController.getPanelExpanded()); in BubblesManager()
302 mNotificationShadeWindowController.setRequestTopUi(requestTopUi, componentTag); in BubblesManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java176 private NotificationShadeWindowControllerImpl mNotificationShadeWindowController; field in NewNotifPipelineBubblesTest
238 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()
243 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()
244 mNotificationShadeWindowController.attach(); in setUp()
316 mNotificationShadeWindowController, in setUp()
H A DBubblesTest.java194 private NotificationShadeWindowControllerImpl mNotificationShadeWindowController; field in BubblesTest
265 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()
270 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()
271 mNotificationShadeWindowController.attach(); in setUp()
351 mNotificationShadeWindowController, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java232 protected final NotificationShadeWindowController mNotificationShadeWindowController; field in GlobalActionsDialogLite
374 mNotificationShadeWindowController = notificationShadeWindowController; in GlobalActionsDialogLite()
682 mStatusBarService, mNotificationShadeWindowController, in createDialog()
2163 protected final NotificationShadeWindowController mNotificationShadeWindowController;
2239 mNotificationShadeWindowController = notificationShadeWindowController;
2459 mNotificationShadeWindowController.setRequestTopUi(true, TAG);
2469 mNotificationShadeWindowController.setRequestTopUi(false, TAG);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java120 private Lazy<NotificationShadeWindowController> mNotificationShadeWindowController; field in NotificationMediaManager
195 mNotificationShadeWindowController = notificationShadeWindowController; in NotificationMediaManager()
664 mNotificationShadeWindowController.get(); in finishUpdateMediaMetaData()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLiteTest.java108 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in GlobalActionsDialogLiteTest
157 mNotificationShadeWindowController, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java275 @Inject Lazy<NotificationShadeWindowController> mNotificationShadeWindowController; field in Dependency
451 mNotificationShadeWindowController::get); in start()