/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarViewControllerTest.kt | 69 @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()
|
D | UnlockedScreenOffAnimationControllerTest.kt | 70 private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationControllerTest 110 controller.initialize(centralSurfaces, shadeViewController, lightRevealScrim) in setUp()
|
D | StatusBarNotificationPresenterTest.java | 284 final ShadeViewController shadeViewController = mock(ShadeViewController.class); in createPresenter() local 299 shadeViewController, in createPresenter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 62 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/ |
D | PhoneStatusBarViewController.kt | 61 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>()
|
D | ScreenOffAnimationController.kt | 43 shadeViewController: ShadeViewController, in initialize() 46 animations.forEach { it.initialize(centralSurfaces, shadeViewController, lightRevealScrim) } in initialize() 207 shadeViewController: ShadeViewController, in initialize()
|
D | StatusBarHeadsUpChangeListener.java | 54 ShadeViewController shadeViewController, in StatusBarHeadsUpChangeListener() argument 63 mShadeViewController = shadeViewController; in StatusBarHeadsUpChangeListener()
|
D | HeadsUpAppearanceController.java | 127 ShadeViewController shadeViewController, in HeadsUpAppearanceController() argument 143 mTrackedChild = shadeViewController.getShadeHeadsUpTracker() in HeadsUpAppearanceController() 149 mShadeViewController = shadeViewController; in HeadsUpAppearanceController()
|
D | UnlockedScreenOffAnimationController.kt | 157 shadeViewController: ShadeViewController, in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/ |
D | ShadeTouchHandler.java | 55 ShadeViewController shadeViewController, in ShadeTouchHandler() argument 59 mShadeViewController = shadeViewController; in ShadeTouchHandler()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/ |
D | ShadeViewControllerKosmos.kt | 22 var Kosmos.shadeViewController by Kosmos.Fixture { mock<ShadeViewController>() } in <lambda>() variable
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/ |
D | FoldAodAnimationControllerTest.kt | 75 @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/ |
D | BrightnessMirrorController.java | 57 ShadeViewController shadeViewController, in BrightnessMirrorController() argument 65 mNotificationPanel = shadeViewController; in BrightnessMirrorController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/ |
D | OverviewProxyServiceTest.kt | 106 @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/ |
D | NotificationShadeWindowViewTest.kt | 97 @Mock private lateinit var shadeViewController: ShadeViewController variable in com.android.systemui.shade.NotificationShadeWindowViewTest 174 shadeViewController, in setUp()
|
D | NotificationShadeWindowViewControllerTest.kt | 116 @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/ |
D | NotificationShadeWindowViewController.java | 167 ShadeViewController shadeViewController, in NotificationShadeWindowViewController() argument 202 mShadeViewController = shadeViewController; in NotificationShadeWindowViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 567 ShadeViewController shadeViewController, in NavigationBar() argument 606 mShadeViewController = shadeViewController; in NavigationBar()
|