Home
last modified time | relevance | path

Searched refs:quickSettingsController (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DDebugDrawable.java52 QuickSettingsController quickSettingsController in DebugDrawable() argument
58 mQsController = quickSettingsController; in DebugDrawable()
DNotificationShadeWindowViewController.java193 QuickSettingsController quickSettingsController, in NotificationShadeWindowViewController()
225 mQuickSettingsController = quickSettingsController; in NotificationShadeWindowViewController()
DNotificationPanelViewController.java744 QuickSettingsControllerImpl quickSettingsController, in NotificationPanelViewController()
839 mQsController = quickSettingsController; in NotificationPanelViewController()
920 quickSettingsController.setExpansionHeightListener(this::onQsSetExpansionHeightCalled); in NotificationPanelViewController()
921 quickSettingsController.setQsStateUpdateListener(this::onQsStateUpdated); in NotificationPanelViewController()
922 quickSettingsController.setApplyClippingImmediatelyListener( in NotificationPanelViewController()
924 quickSettingsController.setFlingQsWithoutClickListener(this::onFlingQsWithoutClick); in NotificationPanelViewController()
925 quickSettingsController.setExpansionHeightSetToMaxListener(this::onExpansionHeightSetToMax); in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt127 @Mock private lateinit var quickSettingsController: QuickSettingsControllerImpl variable
230 quickSettingsController, in setUp()
450 whenever(quickSettingsController.shouldQuickSettingsIntercept(any(), any(), any())) in shouldInterceptTouchEvent_dozing_touchInLockIconArea_touchNotIntercepted()
471 whenever(quickSettingsController.shouldQuickSettingsIntercept(any(), any(), any())) in shouldInterceptTouchEvent_dozing_touchNotInLockIconArea_touchIntercepted()
490 whenever(quickSettingsController.shouldQuickSettingsIntercept(any(), any(), any())) in shouldInterceptTouchEvent_dozing_touchInStatusBar_touchIntercepted()
512 whenever(quickSettingsController.shouldQuickSettingsIntercept(any(), any(), any())) in shouldInterceptTouchEvent_dozingAndPulsing_touchIntercepted()
DNotificationShadeWindowViewTest.kt102 @Mock private lateinit var quickSettingsController: QuickSettingsController variable in com.android.systemui.shade.NotificationShadeWindowViewTest
200 quickSettingsController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java114 QuickSettingsController quickSettingsController, in StatusBarNotificationPresenter() argument
141 mQsController = quickSettingsController; in StatusBarNotificationPresenter()
DCentralSurfacesCommandQueueCallbacks.java123 QuickSettingsController quickSettingsController, in CentralSurfacesCommandQueueCallbacks() argument
153 mQsController = quickSettingsController; in CentralSurfacesCommandQueueCallbacks()
DCentralSurfacesImpl.java639 QuickSettingsController quickSettingsController, in CentralSurfacesImpl()
746 mQsController = quickSettingsController; in CentralSurfacesImpl()