Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java135 mNotificationShadeWindowController.attach(); in setUp()
142 mNotificationShadeWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays()
151 mNotificationShadeWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
160 mNotificationShadeWindowController.onThemeChanged(); in testOnThemeChanged_doesntCrash()
177 mNotificationShadeWindowController.attach(); in attach_visibleWithWallpaper()
187 mNotificationShadeWindowController.attach(); in attach_lightScrimHidesWallpaper()
198 mNotificationShadeWindowController.attach(); in attach_scrimDoesntHideWallpaper()
223 mNotificationShadeWindowController.attach(); in attach_animatingKeyguardAndSurface_wallpaperVisible()
242 mNotificationShadeWindowController.setBouncerShowing(true); in setBouncerShowing_isFocusable_whenNeedsInput()
284 mNotificationShadeWindowController.setBouncerShowing(true); in setKeyguardShowing_enablesSecureFlag()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java37 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarHeadsUpChangeListener
56 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
74 mNotificationShadeWindowController.setHeadsUpShowing(true); in onHeadsUpPinnedModeChanged()
88 mNotificationShadeWindowController.setHeadsUpShowing(false); in onHeadsUpPinnedModeChanged()
99 mNotificationShadeWindowController.setHeadsUpShowing(false); in onHeadsUpPinnedModeChanged()
H A DStatusBarKeyguardViewManager.java141 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarKeyguardViewManager
377 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarKeyguardViewManager()
617 mNotificationShadeWindowController.setKeyguardShowing(true); in show()
875 mNotificationShadeWindowController.setKeyguardNeedsInput(needsInput); in setNeedsInput()
880 return mNotificationShadeWindowController.isShowingWallpaper(); in isUnlockWithWallpaper()
918 mNotificationShadeWindowController.setKeyguardOccluded(isOccluded); in setOccluded()
972 mNotificationShadeWindowController.setKeyguardShowing(false); in hide()
973 mNotificationShadeWindowController.setKeyguardFadingAway(true); in hide()
1008 mNotificationShadeWindowController.setKeyguardFadingAway(true); in hide()
1023 mNotificationShadeWindowController.setKeyguardShowing(false); in hide()
[all …]
H A DStatusBarTouchableRegionManager.java63 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarTouchableRegionManager
118 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
119 mNotificationShadeWindowController.setForcePluginOpenListener((forceOpen) -> { in StatusBarTouchableRegionManager()
199 || mNotificationShadeWindowController.getForcePluginOpen(); in updateTouchableRegion()
H A DStatusBarNotificationActivityStarter.java128 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarNotificationActivityStarter
193 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationActivityStarter()
448 mNotificationShadeWindowController, in startNotificationIntent()
489 mNotificationShadeWindowController, in startNotificationGutsIntent()
539 mNotificationShadeWindowController, in startHistoryIntent()
H A DStatusBarNotificationPresenter.java88 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarNotificationPresenter
140 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter()
188 || mNotificationShadeWindowController.isLaunchingActivity(); in isCollapsing()
H A DBiometricUnlockController.java159 private final NotificationShadeWindowController mNotificationShadeWindowController; field in BiometricUnlockController
302 mNotificationShadeWindowController = notificationShadeWindowController; in BiometricUnlockController()
458 mNotificationShadeWindowController.setForceDozeBrightness(true); in startWakeAndUnlock()
515 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in startWakeAndUnlock()
808 mNotificationShadeWindowController.setForceDozeBrightness(false); in startKeyguardFadingAway()
823 mNotificationShadeWindowController.setForceDozeBrightness(false); in resetMode()
H A DCentralSurfacesImpl.java831 mNotificationShadeWindowController = notificationShadeWindowController; in CentralSurfacesImpl()
1125 mNotificationShadeWindowController in start()
1145 mNotificationShadeWindowController in start()
1148 mNotificationShadeWindowController in start()
1157 mNotificationShadeWindowController.setRequestTopUi( in start()
1321 mNotificationShadeWindowController.setLightRevealScrimOpaque( in makeStatusBarView()
1608 mNotificationShadeWindowController.setWindowRootView(windowRootView); in inflateStatusBarWindow()
2058 mNotificationShadeWindowController.attach(); in createAndAddWindows()
2135 if (mNotificationShadeWindowController != null) {
2136 mNotificationShadeWindowController.setNotTouchable(false);
[all …]
H A DDozeServiceHost.java91 private final NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHost
134 mNotificationShadeWindowController = notificationShadeWindowController; in DozeServiceHost()
398 mNotificationShadeWindowController.setDozeScreenBrightness(brightness); in setDozeScreenBrightness()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java63 private final NotificationShadeWindowController mNotificationShadeWindowController; field in ShadeControllerImpl
105 mNotificationShadeWindowController = notificationShadeWindowController; in ShadeControllerImpl()
135 mNotificationShadeWindowController.setNotificationShadeFocusable(false); in animateCollapseShade()
293 mNotificationShadeWindowController.setNotificationShadeFocusable(true); in onClosingFinished()
335 mNotificationShadeWindowController.setPanelVisible(true); in makeExpandedVisible()
357 mNotificationShadeWindowController.setPanelVisible(false); in makeExpandedInvisible()
H A DNotificationShadeWindowViewController.java124 private final NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationShadeWindowViewController
194 mNotificationShadeWindowController = controller; in NotificationShadeWindowViewController()
557 mNotificationShadeWindowController.setLaunchingActivity(mExpandAnimationRunning); in setExpandAnimationRunning()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandler.java80 private final NotificationShadeWindowController mNotificationShadeWindowController; field in BouncerSwipeTouchHandler
226 mNotificationShadeWindowController = notificationShadeWindowController; in BouncerSwipeTouchHandler()
261 mNotificationShadeWindowController.setForcePluginOpen(true, this); in onSessionStart()
272 mNotificationShadeWindowController.setForcePluginOpen(false, this); in onSessionStart()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java97 private final NotificationShadeWindowController mNotificationShadeWindowController; field in BubblesManager
183 mNotificationShadeWindowController = notificationShadeWindowController; in BubblesManager()
253 callback.accept(mNotificationShadeWindowController.getPanelExpanded()); in BubblesManager()
298 mNotificationShadeWindowController.setRequestTopUi(requestTopUi, componentTag); in BubblesManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java114 private final NotificationShadeWindowController mNotificationShadeWindowController; field in NavBarHelper
190 mNotificationShadeWindowController = notificationShadeWindowController; in NavBarHelper()
481 View shadeWindowView = mNotificationShadeWindowController.getWindowRootView(); in isImeShown()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHostTest.java86 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHostTest
108 mNotificationShadeWindowController, mNotificationWakeUpCoordinator, in setup()
H A DStatusBarKeyguardViewManagerTest.java144 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarKeyguardViewManagerTest
178 when(mNotificationShadeWindowController.getWindowRootView()) in setUp()
194 mNotificationShadeWindowController, in setUp()
H A DBiometricsUnlockControllerTest.java91 private NotificationShadeWindowController mNotificationShadeWindowController; field in BiometricsUnlockControllerTest
158 mNotificationShadeWindowController, mKeyguardStateController, mHandler, in createController()
H A DCentralSurfacesImplTest.java276 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in CentralSurfacesImplTest
440 }).when(mNotificationShadeWindowController).batchApplyWindowLayoutParams(any()); in setup()
451 mNotificationShadeWindowController, in setup()
515 mNotificationShadeWindowController, in setup()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandlerTest.java79 NotificationShadeWindowController mNotificationShadeWindowController; field in BouncerSwipeTouchHandlerTest
130 mNotificationShadeWindowController, in setup()
169 verify(mNotificationShadeWindowController).setForcePluginOpen(eq(true), any()); in testSessionStart()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavBarHelperTest.java117 NotificationShadeWindowController mNotificationShadeWindowController; field in NavBarHelperTest
143 mDisplayTracker, mNotificationShadeWindowController, mDumpManager, mCommandQueue); in setup()
H A DNavigationBarTest.java215 private NotificationShadeWindowController mNotificationShadeWindowController; field in NavigationBarTest
264 mNotificationShadeWindowController, mock(DumpManager.class), in setup()
382 doReturn(mockShadeWindowView).when(mNotificationShadeWindowController).getWindowRootView(); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java121 private Lazy<NotificationShadeWindowController> mNotificationShadeWindowController; field in NotificationMediaManager
210 mNotificationShadeWindowController = notificationShadeWindowController; in NotificationMediaManager()
621 mNotificationShadeWindowController.get(); in finishUpdateMediaMetaData()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java246 protected final NotificationShadeWindowController mNotificationShadeWindowController; field in GlobalActionsDialogLite
392 mNotificationShadeWindowController = notificationShadeWindowController; in GlobalActionsDialogLite()
708 mNotificationShadeWindowController, this::onRefresh, mKeyguardShowing, in createDialog()
2211 protected final NotificationShadeWindowController mNotificationShadeWindowController;
2305 mNotificationShadeWindowController = notificationShadeWindowController;
2547 mNotificationShadeWindowController.setRequestTopUi(true, TAG);
2645 mNotificationShadeWindowController.setRequestTopUi(false, TAG);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLiteTest.java121 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in GlobalActionsDialogLiteTest
174 mNotificationShadeWindowController, in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java170 private NotificationShadeWindowController mNotificationShadeWindowController; field in KeyguardViewMediatorTest
221 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()
1007 () -> mNotificationShadeWindowController, in createAndStartViewMediator()

12