Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java101 private NotificationShadeWindowControllerImpl mNotificationShadeWindowController; field in NotificationShadeWindowControllerImplTest
117 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()
128 mNotificationShadeWindowController.setScrimsVisibilityListener((visibility) -> {}); in setUp()
129 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()
131 mNotificationShadeWindowController.attach(); in setUp()
138 mNotificationShadeWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays()
147 mNotificationShadeWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
156 mNotificationShadeWindowController.onThemeChanged(); in testOnThemeChanged_doesntCrash()
166 mNotificationShadeWindowController.setForcePluginOpen(true, this); in testSetForcePluginOpen_beforeStatusBarInitialization()
173 mNotificationShadeWindowController.attach(); in attach_visibleWithWallpaper()
[all …]
DNotificationShadeWindowViewTest.java89 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationShadeWindowViewTest
147 mNotificationShadeWindowController, in setUp()
DNotificationPanelViewControllerBaseTest.java266 @Mock protected NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationPanelViewControllerBaseTest
490 }).when(mNotificationShadeWindowController).batchApplyWindowLayoutParams(any()); in setup()
517 mNotificationShadeWindowController, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java35 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarHeadsUpChangeListener
53 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
65 mNotificationShadeWindowController.setHeadsUpShowing(true); in onHeadsUpPinnedModeChanged()
76 mNotificationShadeWindowController.setForceWindowCollapsed(true); in onHeadsUpPinnedModeChanged()
78 mNotificationShadeWindowController.setForceWindowCollapsed(false); in onHeadsUpPinnedModeChanged()
90 mNotificationShadeWindowController.setHeadsUpShowing(false); in onHeadsUpPinnedModeChanged()
101 mNotificationShadeWindowController.setHeadsUpShowing(false); in onHeadsUpPinnedModeChanged()
DStatusBarKeyguardViewManager.java132 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarKeyguardViewManager
346 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarKeyguardViewManager()
579 mNotificationShadeWindowController.setKeyguardShowing(true); in show()
835 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()
840 return mNotificationShadeWindowController.isShowingWallpaper(); in isUnlockWithWallpaper()
861 mNotificationShadeWindowController.setKeyguardOccluded(isOccluded); in setOccluded()
873 mNotificationShadeWindowController.setKeyguardOccluded(isOccluded); in setOccluded()
927 mNotificationShadeWindowController.setKeyguardShowing(false); in hide()
928 mNotificationShadeWindowController.setKeyguardFadingAway(true); in hide()
936 mNotificationShadeWindowController.setKeyguardFadingAway(false); in hide()
[all …]
DStatusBarTouchableRegionManager.java58 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarTouchableRegionManager
110 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
111 mNotificationShadeWindowController.setForcePluginOpenListener((forceOpen) -> { in StatusBarTouchableRegionManager()
185 || mNotificationShadeWindowController.getForcePluginOpen(); in updateTouchableRegion()
DBiometricUnlockController.java159 private final NotificationShadeWindowController mNotificationShadeWindowController; field in BiometricUnlockController
300 mNotificationShadeWindowController = notificationShadeWindowController; in BiometricUnlockController()
448 mNotificationShadeWindowController.setForceDozeBrightness(true); in startWakeAndUnlock()
510 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in startWakeAndUnlock()
782 mNotificationShadeWindowController.setForceDozeBrightness(false); in startKeyguardFadingAway()
797 mNotificationShadeWindowController.setForceDozeBrightness(false); in resetMode()
DDozeServiceHost.java87 private final NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHost
128 mNotificationShadeWindowController = notificationShadeWindowController; in DozeServiceHost()
382 mNotificationShadeWindowController.setDozeScreenBrightness(brightness); in setDozeScreenBrightness()
DStatusBarNotificationPresenter.java101 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarNotificationPresenter
157 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter()
208 || mNotificationShadeWindowController.isLaunchingActivity(); in isCollapsing()
DCentralSurfacesImpl.java446 protected final NotificationShadeWindowController mNotificationShadeWindowController; field in CentralSurfacesImpl
812 mNotificationShadeWindowController = notificationShadeWindowController; in CentralSurfacesImpl()
1094 mNotificationShadeWindowController in start()
1114 mNotificationShadeWindowController in start()
1117 mNotificationShadeWindowController in start()
1126 mNotificationShadeWindowController.setRequestTopUi( in start()
1274 mNotificationShadeWindowController.setScrimsVisibility(scrimsVisible); in makeStatusBarView()
1287 mNotificationShadeWindowController.setLightRevealScrimOpaque( in makeStatusBarView()
1518 mRemoteInputManager.addControllerCallback(mNotificationShadeWindowController); in setUpPresenter()
1590 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in inflateStatusBarWindow()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeControllerImpl.java55 private final NotificationShadeWindowController mNotificationShadeWindowController; field in ShadeControllerImpl
88 mNotificationShadeWindowController = notificationShadeWindowController; in ShadeControllerImpl()
138 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in animateCollapsePanels()
234 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in onClosingFinished()
255 mNotificationShadeWindowController.setPanelVisible(true); in makeExpandedVisible()
277 mNotificationShadeWindowController.setPanelVisible(false); in makeExpandedInvisible()
DNotificationShadeWindowViewController.java98 private final NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationShadeWindowViewController
153 mNotificationShadeWindowController = controller; in NotificationShadeWindowViewController()
471 mNotificationShadeWindowController.setLaunchingActivity(mExpandAnimationRunning); in setExpandAnimationRunning()
DNotificationPanelViewController.java355 private final NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationPanelViewController
790 mNotificationShadeWindowController = notificationShadeWindowController; in NotificationPanelViewController()
3735 mNotificationShadeWindowController.batchApplyWindowLayoutParams(() -> { in setExpandedHeightInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DBouncerSwipeTouchHandler.java78 private final NotificationShadeWindowController mNotificationShadeWindowController; field in BouncerSwipeTouchHandler
215 mNotificationShadeWindowController = notificationShadeWindowController; in BouncerSwipeTouchHandler()
248 mNotificationShadeWindowController.setForcePluginOpen(true, this); in onSessionStart()
259 mNotificationShadeWindowController.setForcePluginOpen(false, this); in onSessionStart()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeServiceHostTest.java83 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHostTest
104 mNotificationShadeWindowController, mNotificationWakeUpCoordinator, in setup()
DBiometricsUnlockControllerTest.java89 private NotificationShadeWindowController mNotificationShadeWindowController; field in BiometricsUnlockControllerTest
146 mNotificationShadeWindowController, mKeyguardStateController, mHandler, in setUp()
DCentralSurfacesImplTest.java262 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in CentralSurfacesImplTest
412 }).when(mNotificationShadeWindowController).batchApplyWindowLayoutParams(any()); in setup()
420 mNotificationShadeWindowController, in setup()
478 mNotificationShadeWindowController, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java96 private final NotificationShadeWindowController mNotificationShadeWindowController; field in BubblesManager
178 mNotificationShadeWindowController = notificationShadeWindowController; in BubblesManager()
247 callback.accept(mNotificationShadeWindowController.getPanelExpanded()); in BubblesManager()
292 mNotificationShadeWindowController.setRequestTopUi(requestTopUi, componentTag); in BubblesManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
DBouncerSwipeTouchHandlerTest.java75 NotificationShadeWindowController mNotificationShadeWindowController; field in BouncerSwipeTouchHandlerTest
115 mNotificationShadeWindowController, in setup()
149 verify(mNotificationShadeWindowController).setForcePluginOpen(eq(true), any()); in testSessionStart()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java130 private NotificationShadeWindowController mNotificationShadeWindowController; field in KeyguardViewMediatorTest
157 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()
546 () -> mNotificationShadeWindowController, in createAndStartViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java119 private Lazy<NotificationShadeWindowController> mNotificationShadeWindowController; field in NotificationMediaManager
205 mNotificationShadeWindowController = notificationShadeWindowController; in NotificationMediaManager()
612 mNotificationShadeWindowController.get(); in finishUpdateMediaMetaData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java243 protected final NotificationShadeWindowController mNotificationShadeWindowController; field in GlobalActionsDialogLite
384 mNotificationShadeWindowController = notificationShadeWindowController; in GlobalActionsDialogLite()
697 mNotificationShadeWindowController, this::onRefresh, mKeyguardShowing, in createDialog()
2178 protected final NotificationShadeWindowController mNotificationShadeWindowController;
2268 mNotificationShadeWindowController = notificationShadeWindowController;
2509 mNotificationShadeWindowController.setRequestTopUi(true, TAG);
2607 mNotificationShadeWindowController.setRequestTopUi(false, TAG);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java115 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in GlobalActionsDialogLiteTest
166 mNotificationShadeWindowController, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java222 private NotificationShadeWindowControllerImpl mNotificationShadeWindowController; field in BubblesTest
306 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()
312 mNotificationShadeWindowController.setNotificationShadeView(mNotificationShadeWindowView); in setUp()
313 mNotificationShadeWindowController.attach(); in setUp()
401 mNotificationShadeWindowController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java270 @Inject Lazy<NotificationShadeWindowController> mNotificationShadeWindowController; field in Dependency
438 mNotificationShadeWindowController::get); in start()