/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartableTest.kt | 64 import com.android.systemui.statusbar.notificationShadeWindowController in <lambda>() 101 private val windowController = kosmos.notificationShadeWindowController in <lambda>() 953 val notificationShadeWindowController = kosmos.notificationShadeWindowController in <lambda>() constant 957 verify(notificationShadeWindowController).setKeyguardShowing(true) in <lambda>() 960 verify(notificationShadeWindowController, times(1)).setKeyguardShowing(true) in <lambda>() 963 verify(notificationShadeWindowController, times(1)).setKeyguardShowing(true) in <lambda>() 966 verify(notificationShadeWindowController, times(1)).setKeyguardShowing(true) in <lambda>() 969 verify(notificationShadeWindowController, times(1)).setKeyguardShowing(true) in <lambda>() 976 val notificationShadeWindowController = kosmos.notificationShadeWindowController in <lambda>() constant 980 verify(notificationShadeWindowController, never()).setBouncerShowing(true) in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | BaseShadeControllerImpl.kt | 32 protected val notificationShadeWindowController: NotificationShadeWindowController, constant in com.android.systemui.shade.BaseShadeControllerImpl 99 notificationShadeWindowController.setNotificationShadeFocusable(true) in onClosingFinished()
|
D | ShadeControllerSceneImpl.kt | 63 notificationShadeWindowController: NotificationShadeWindowController, in <lambda>() 69 notificationShadeWindowController, in <lambda>() 115 notificationShadeWindowController.setNotificationShadeFocusable(false) in <lambda>()
|
D | ShadeControllerImpl.java | 88 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl() argument 96 notificationShadeWindowController, in ShadeControllerImpl() 107 mNotificationShadeWindowController = notificationShadeWindowController; in ShadeControllerImpl()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/ |
D | DozeServiceHostKosmos.kt | 29 import com.android.systemui.statusbar.notificationShadeWindowController 53 notificationShadeWindowController, in <lambda>()
|
D | StatusBarNotificationActivityStarterKosmos.kt | 45 import com.android.systemui.statusbar.notificationShadeWindowController 82 notificationShadeWindowController, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTransitionAnimatorController.kt | 22 private val notificationShadeWindowController: NotificationShadeWindowController, constant in com.android.systemui.statusbar.phone.StatusBarTransitionAnimatorController 32 get() = notificationShadeWindowController.windowRootView
|
D | StatusBarHeadsUpChangeListener.java | 52 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener() argument 61 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
|
D | StatusBarTouchableRegionManager.java | 88 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager() argument 125 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/ |
D | BackActionInteractor.kt | 49 private val notificationShadeWindowController: NotificationShadeWindowController, in <lambda>() constant in com.android.systemui.back.domain.interactor.BackActionInteractor 78 notificationShadeWindowController.windowRootView?.viewRootImpl?.onBackInvokedDispatcher in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | NotificationShadeWindowControllerKosmos.kt | 22 var Kosmos.notificationShadeWindowController by variable
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/domain/interactor/ |
D | SceneContainerStartableKosmos.kt | 41 import com.android.systemui.statusbar.notificationShadeWindowController 61 windowController = notificationShadeWindowController, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/ |
D | BackActionInteractorTest.kt | 92 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController variable in com.android.systemui.back.domain.interactor.BackActionInteractorTest 121 notificationShadeWindowController, in <lambda>() 133 whenever(notificationShadeWindowController.windowRootView).thenReturn(windowRootView) in setUp() 207 whenever(notificationShadeWindowController.windowRootView).thenReturn(null) in noWindowRootView_noCrashAttemptingCallbackRegistration()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleController.kt | 79 private val notificationShadeWindowController: NotificationShadeWindowController, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController 168 notificationShadeWindowController.setForcePluginOpen(false, this) in <lambda>() 221 notificationShadeWindowController.setForcePluginOpen(true, this) in <lambda>() 238 notificationShadeWindowController.setForcePluginOpen(false, this) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 133 NotificationShadeWindowController notificationShadeWindowController, in create() argument 154 notificationShadeWindowController, in create() 180 NotificationShadeWindowController notificationShadeWindowController, in BubblesManager() argument 200 mNotificationShadeWindowController = notificationShadeWindowController; in BubblesManager() 278 notificationShadeWindowController.registerCallback(mStatusBarWindowCallback); in BubblesManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ |
D | CommunalSceneStartable.kt | 76 private val notificationShadeWindowController: NotificationShadeWindowController, in <lambda>() constant 165 notificationShadeWindowController.setGlanceableHubShowing(it) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthControllerTest.kt | 73 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest 115 notificationShadeWindowController, in <lambda>() 128 verify(notificationShadeWindowController) in <lambda>() 423 verify(notificationShadeWindowController).setBackgroundBlurRadius(eq(0)) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | ShadeControllerImplTest.kt | 78 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController variable in com.android.systemui.shade.ShadeControllerImplTest 118 notificationShadeWindowController, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthController.kt | 67 private val notificationShadeWindowController: NotificationShadeWindowController, in <lambda>() constant in com.android.systemui.statusbar.NotificationShadeDepthController 250 notificationShadeWindowController.setBackgroundBlurRadius(blur) in <lambda>() 318 notificationShadeWindowController.setScrimsVisibilityListener { in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ |
D | CommunalSceneStartableTest.kt | 38 import com.android.systemui.statusbar.notificationShadeWindowController 78 notificationShadeWindowController = notificationShadeWindowController, in setUp()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/ |
D | ShadeControllerKosmos.kt | 55 notificationShadeWindowController = mock<NotificationShadeWindowController>(), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/ |
D | BouncerSwipeTouchHandler.java | 208 NotificationShadeWindowController notificationShadeWindowController, in BouncerSwipeTouchHandler() argument 222 mNotificationShadeWindowController = notificationShadeWindowController; in BouncerSwipeTouchHandler()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
D | KeyguardModule.java | 157 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in newKeyguardViewMediator() 205 notificationShadeWindowController, in newKeyguardViewMediator()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | KeyguardUnlockAnimationControllerTest.kt | 73 private lateinit var notificationShadeWindowController: NotificationShadeWindowController in <lambda>() variable in com.android.systemui.keyguard.KeyguardUnlockAnimationControllerTest 109 notificationShadeWindowController, powerManager, wallpaperManager in <lambda>() 299 whenever(notificationShadeWindowController.isLaunchingActivity).thenReturn(true) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthRippleControllerTest.kt | 85 private lateinit var notificationShadeWindowController: NotificationShadeWindowController variable in com.android.systemui.biometrics.AuthRippleControllerTest 127 notificationShadeWindowController, in setUp()
|