/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImplTest.java | 101 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 …]
|
D | NotificationShadeWindowViewTest.java | 89 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationShadeWindowViewTest 147 mNotificationShadeWindowController, in setUp()
|
D | NotificationPanelViewControllerBaseTest.java | 266 @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/ |
D | StatusBarHeadsUpChangeListener.java | 35 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()
|
D | StatusBarKeyguardViewManager.java | 132 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 …]
|
D | StatusBarTouchableRegionManager.java | 58 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarTouchableRegionManager 110 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager() 111 mNotificationShadeWindowController.setForcePluginOpenListener((forceOpen) -> { in StatusBarTouchableRegionManager() 185 || mNotificationShadeWindowController.getForcePluginOpen(); in updateTouchableRegion()
|
D | BiometricUnlockController.java | 159 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()
|
D | DozeServiceHost.java | 87 private final NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHost 128 mNotificationShadeWindowController = notificationShadeWindowController; in DozeServiceHost() 382 mNotificationShadeWindowController.setDozeScreenBrightness(brightness); in setDozeScreenBrightness()
|
D | StatusBarNotificationPresenter.java | 101 private final NotificationShadeWindowController mNotificationShadeWindowController; field in StatusBarNotificationPresenter 157 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter() 208 || mNotificationShadeWindowController.isLaunchingActivity(); in isCollapsing()
|
D | CentralSurfacesImpl.java | 446 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/ |
D | ShadeControllerImpl.java | 55 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()
|
D | NotificationShadeWindowViewController.java | 98 private final NotificationShadeWindowController mNotificationShadeWindowController; field in NotificationShadeWindowViewController 153 mNotificationShadeWindowController = controller; in NotificationShadeWindowViewController() 471 mNotificationShadeWindowController.setLaunchingActivity(mExpandAnimationRunning); in setExpandAnimationRunning()
|
D | NotificationPanelViewController.java | 355 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/ |
D | BouncerSwipeTouchHandler.java | 78 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/ |
D | DozeServiceHostTest.java | 83 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in DozeServiceHostTest 104 mNotificationShadeWindowController, mNotificationWakeUpCoordinator, in setup()
|
D | BiometricsUnlockControllerTest.java | 89 private NotificationShadeWindowController mNotificationShadeWindowController; field in BiometricsUnlockControllerTest 146 mNotificationShadeWindowController, mKeyguardStateController, mHandler, in setUp()
|
D | CentralSurfacesImplTest.java | 262 @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/ |
D | BubblesManager.java | 96 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/ |
D | BouncerSwipeTouchHandlerTest.java | 75 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/ |
D | KeyguardViewMediatorTest.java | 130 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/ |
D | NotificationMediaManager.java | 119 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/ |
D | GlobalActionsDialogLite.java | 243 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/ |
D | GlobalActionsDialogLiteTest.java | 115 @Mock private NotificationShadeWindowController mNotificationShadeWindowController; field in GlobalActionsDialogLiteTest 166 mNotificationShadeWindowController, in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 222 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/ |
D | Dependency.java | 270 @Inject Lazy<NotificationShadeWindowController> mNotificationShadeWindowController; field in Dependency 438 mNotificationShadeWindowController::get); in start()
|