/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowControllerImplTest.java | 135 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 D | StatusBarHeadsUpChangeListener.java | 37 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 D | StatusBarKeyguardViewManager.java | 141 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 D | StatusBarTouchableRegionManager.java | 63 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 D | StatusBarNotificationActivityStarter.java | 128 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 D | StatusBarNotificationPresenter.java | 88 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarNotificationPresenter 140 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter() 188 || mNotificationShadeWindowController.isLaunchingActivity(); in isCollapsing()
|
H A D | BiometricUnlockController.java | 159 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 D | CentralSurfacesImpl.java | 831 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 D | DozeServiceHost.java | 91 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 D | ShadeControllerImpl.java | 63 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 D | NotificationShadeWindowViewController.java | 124 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 D | BouncerSwipeTouchHandler.java | 80 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 D | BubblesManager.java | 97 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 D | NavBarHelper.java | 114 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 D | DozeServiceHostTest.java | 86 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHostTest 108 mNotificationShadeWindowController, mNotificationWakeUpCoordinator, in setup()
|
H A D | StatusBarKeyguardViewManagerTest.java | 144 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarKeyguardViewManagerTest 178 when(mNotificationShadeWindowController.getWindowRootView()) in setUp() 194 mNotificationShadeWindowController, in setUp()
|
H A D | BiometricsUnlockControllerTest.java | 91 private NotificationShadeWindowController mNotificationShadeWindowController; field in BiometricsUnlockControllerTest 158 mNotificationShadeWindowController, mKeyguardStateController, mHandler, in createController()
|
H A D | CentralSurfacesImplTest.java | 276 @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 D | BouncerSwipeTouchHandlerTest.java | 79 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 D | NavBarHelperTest.java | 117 NotificationShadeWindowController mNotificationShadeWindowController; field in NavBarHelperTest 143 mDisplayTracker, mNotificationShadeWindowController, mDumpManager, mCommandQueue); in setup()
|
H A D | NavigationBarTest.java | 215 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 D | NotificationMediaManager.java | 121 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 D | GlobalActionsDialogLite.java | 246 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 D | GlobalActionsDialogLiteTest.java | 121 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in GlobalActionsDialogLiteTest 174 mNotificationShadeWindowController, in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediatorTest.java | 170 private NotificationShadeWindowController mNotificationShadeWindowController; field in KeyguardViewMediatorTest 221 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp() 1007 () -> mNotificationShadeWindowController, in createAndStartViewMediator()
|