Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt64 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/
DBaseShadeControllerImpl.kt32 protected val notificationShadeWindowController: NotificationShadeWindowController, constant in com.android.systemui.shade.BaseShadeControllerImpl
99 notificationShadeWindowController.setNotificationShadeFocusable(true) in onClosingFinished()
DShadeControllerSceneImpl.kt63 notificationShadeWindowController: NotificationShadeWindowController, in <lambda>()
69 notificationShadeWindowController, in <lambda>()
115 notificationShadeWindowController.setNotificationShadeFocusable(false) in <lambda>()
DShadeControllerImpl.java88 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/
DDozeServiceHostKosmos.kt29 import com.android.systemui.statusbar.notificationShadeWindowController
53 notificationShadeWindowController, in <lambda>()
DStatusBarNotificationActivityStarterKosmos.kt45 import com.android.systemui.statusbar.notificationShadeWindowController
82 notificationShadeWindowController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTransitionAnimatorController.kt22 private val notificationShadeWindowController: NotificationShadeWindowController, constant in com.android.systemui.statusbar.phone.StatusBarTransitionAnimatorController
32 get() = notificationShadeWindowController.windowRootView
DStatusBarHeadsUpChangeListener.java52 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener() argument
61 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
DStatusBarTouchableRegionManager.java88 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager() argument
125 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/
DBackActionInteractor.kt49 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/
DNotificationShadeWindowControllerKosmos.kt22 var Kosmos.notificationShadeWindowController by variable
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/domain/interactor/
DSceneContainerStartableKosmos.kt41 import com.android.systemui.statusbar.notificationShadeWindowController
61 windowController = notificationShadeWindowController, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/
DBackActionInteractorTest.kt92 @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/
DAuthRippleController.kt79 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/
DBubblesManager.java133 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/
DCommunalSceneStartable.kt76 private val notificationShadeWindowController: NotificationShadeWindowController, in <lambda>() constant
165 notificationShadeWindowController.setGlanceableHubShowing(it) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt73 @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/
DShadeControllerImplTest.kt78 @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/
DNotificationShadeDepthController.kt67 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/
DCommunalSceneStartableTest.kt38 import com.android.systemui.statusbar.notificationShadeWindowController
78 notificationShadeWindowController = notificationShadeWindowController, in setUp()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/
DShadeControllerKosmos.kt55 notificationShadeWindowController = mock<NotificationShadeWindowController>(), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DBouncerSwipeTouchHandler.java208 NotificationShadeWindowController notificationShadeWindowController, in BouncerSwipeTouchHandler() argument
222 mNotificationShadeWindowController = notificationShadeWindowController; in BouncerSwipeTouchHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java157 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in newKeyguardViewMediator()
205 notificationShadeWindowController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt73 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/
DAuthRippleControllerTest.kt85 private lateinit var notificationShadeWindowController: NotificationShadeWindowController variable in com.android.systemui.biometrics.AuthRippleControllerTest
127 notificationShadeWindowController, in setUp()

12