Home
last modified time | relevance | path

Searched refs:shadeViewController (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt69 @Mock private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.statusbar.phone.PhoneStatusBarViewControllerTest
161 verify(shadeViewController, never()).handleExternalTouch(any()) in handleTouchEventFromStatusBar_panelsNotEnabled_returnsFalseAndNoViewEvent()
167 `when`(shadeViewController.isViewEnabled).thenReturn(false) in handleTouchEventFromStatusBar_viewNotEnabled_returnsTrueAndNoViewEvent()
171 verify(shadeViewController, never()).handleExternalTouch(any()) in handleTouchEventFromStatusBar_viewNotEnabled_returnsTrueAndNoViewEvent()
177 `when`(shadeViewController.isViewEnabled).thenReturn(false) in handleTouchEventFromStatusBar_viewNotEnabledButIsMoveEvent_viewReceivesEvent()
182 verify(shadeViewController).handleExternalTouch(event) in handleTouchEventFromStatusBar_viewNotEnabledButIsMoveEvent_viewReceivesEvent()
188 `when`(shadeViewController.isViewEnabled).thenReturn(true) in handleTouchEventFromStatusBar_panelAndViewEnabled_viewReceivesEvent()
193 verify(shadeViewController).handleExternalTouch(event) in handleTouchEventFromStatusBar_panelAndViewEnabled_viewReceivesEvent()
204 verify(shadeViewController, never()).handleExternalTouch(any()) in handleTouchEventFromStatusBar_topEdgeTouch_viewNeverReceivesEvent()
302 shadeViewController, in createAndInitController()
DUnlockedScreenOffAnimationControllerTest.kt70 private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationControllerTest
110 controller.initialize(centralSurfaces, shadeViewController, lightRevealScrim) in setUp()
DStatusBarNotificationPresenterTest.java284 final ShadeViewController shadeViewController = mock(ShadeViewController.class); in createPresenter() local
299 shadeViewController, in createPresenter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt62 private lateinit var shadeViewController: ShadeViewController in <lambda>() variable in com.android.systemui.unfold.FoldAodAnimationController
88 shadeViewController: ShadeViewController, in <lambda>()
91 this.shadeViewController = shadeViewController in <lambda>()
92 foldTransitionInteractor.get().initialize(shadeViewController.shadeFoldAnimator) in <lambda>()
131 shadeViewController.shadeFoldAnimator in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt61 private val shadeViewController: ShadeViewController, in <lambda>() constant
215 if (!shadeViewController.isViewEnabled) { in <lambda>()
228 return shadeViewController.handleExternalTouch(event) in <lambda>()
273 private val shadeViewController: ShadeViewController, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory
295 shadeViewController, in <lambda>()
DScreenOffAnimationController.kt43 shadeViewController: ShadeViewController, in initialize()
46 animations.forEach { it.initialize(centralSurfaces, shadeViewController, lightRevealScrim) } in initialize()
207 shadeViewController: ShadeViewController, in initialize()
DStatusBarHeadsUpChangeListener.java54 ShadeViewController shadeViewController, in StatusBarHeadsUpChangeListener() argument
63 mShadeViewController = shadeViewController; in StatusBarHeadsUpChangeListener()
DHeadsUpAppearanceController.java127 ShadeViewController shadeViewController, in HeadsUpAppearanceController() argument
143 mTrackedChild = shadeViewController.getShadeHeadsUpTracker() in HeadsUpAppearanceController()
149 mShadeViewController = shadeViewController; in HeadsUpAppearanceController()
DUnlockedScreenOffAnimationController.kt157 shadeViewController: ShadeViewController, in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DShadeTouchHandler.java55 ShadeViewController shadeViewController, in ShadeTouchHandler() argument
59 mShadeViewController = shadeViewController; in ShadeTouchHandler()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/
DShadeViewControllerKosmos.kt22 var Kosmos.shadeViewController by Kosmos.Fixture { mock<ShadeViewController>() } in <lambda>() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
DFoldAodAnimationControllerTest.kt75 @Mock lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.unfold.FoldAodAnimationControllerTest
101 whenever(shadeViewController.shadeFoldAnimator).thenReturn(shadeFoldAnimator) in setup()
129 .apply { initialize(centralSurfaces, shadeViewController, lightRevealScrim) } in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java57 ShadeViewController shadeViewController, in BrightnessMirrorController() argument
65 mNotificationPanel = shadeViewController; in BrightnessMirrorController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DOverviewProxyServiceTest.kt106 @Mock private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.recents.OverviewProxyServiceTest
238 { shadeViewController }, in createOverviewProxyService()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt97 @Mock private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.shade.NotificationShadeWindowViewTest
174 shadeViewController, in setUp()
DNotificationShadeWindowViewControllerTest.kt116 @Mock private lateinit var shadeViewController: ShadeViewController variable
204 shadeViewController, in setUp()
517 whenever(shadeViewController.handleExternalInterceptTouch(DOWN_EVENT)) in shouldInterceptTouchEvent_dozingAndPulsing_touchIntercepted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java167 ShadeViewController shadeViewController, in NotificationShadeWindowViewController() argument
202 mShadeViewController = shadeViewController; in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java567 ShadeViewController shadeViewController, in NavigationBar() argument
606 mShadeViewController = shadeViewController; in NavigationBar()