Home
last modified time | relevance | path

Searched refs:mCarSystemBarController (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
H A DHvacPanelOverlayViewMediator.java46 private final CarSystemBarController mCarSystemBarController; field in HvacPanelOverlayViewMediator
69 mCarSystemBarController = carSystemBarController; in HvacPanelOverlayViewMediator()
76 mCarSystemBarController.registerTopBarTouchListener( in registerListeners()
78 mCarSystemBarController.registerBottomBarTouchListener( in registerListeners()
80 mCarSystemBarController.registerLeftBarTouchListener( in registerListeners()
82 mCarSystemBarController.registerRightBarTouchListener( in registerListeners()
85 mCarSystemBarController.registerHvacPanelController( in registerListeners()
98 mCarSystemBarController.registerHvacPanelOverlayViewController( in registerListeners()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewMediator.java50 private final CarSystemBarController mCarSystemBarController; field in NotificationPanelViewMediator
81 mCarSystemBarController = carSystemBarController; in NotificationPanelViewMediator()
92 mCarSystemBarController.registerTopBarTouchListener( in registerListeners()
94 mCarSystemBarController.registerBottomBarTouchListener( in registerListeners()
96 mCarSystemBarController.registerLeftBarTouchListener( in registerListeners()
98 mCarSystemBarController.registerRightBarTouchListener( in registerListeners()
101 mCarSystemBarController.registerNotificationController( in registerListeners()
122 mCarSystemBarController.toggleAllNotificationsUnseenIndicator( in setUpOverlayContentViewControllers()
163 return mCarSystemBarController; in getCarSystemBarController()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java75 private final CarSystemBarController mCarSystemBarController; field in CarSystemBar
146 mCarSystemBarController = carSystemBarController; in CarSystemBar()
292 mCarSystemBarController.removeAll(); in restartNavBars()
350 mTopSystemBarWindow = mCarSystemBarController.getTopWindow(); in buildNavBarWindows()
352 mLeftSystemBarWindow = mCarSystemBarController.getLeftWindow(); in buildNavBarWindows()
438 mCarSystemBarController.setTopWindowVisibility( in setImeWindowStatus()
443 mCarSystemBarController.setBottomWindowVisibility( in setImeWindowStatus()
448 mCarSystemBarController.setLeftWindowVisibility( in setImeWindowStatus()
452 mCarSystemBarController.setRightWindowVisibility( in setImeWindowStatus()
480 mCarSystemBarController.refreshSystemBarByLockTaskFeatures(); in onSystemBarAttributesChanged()
[all …]
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java83 private final CarSystemBarController mCarSystemBarController; field in CarKeyguardViewController
150 mCarSystemBarController = carSystemBarController; in CarKeyguardViewController()
194 mCarSystemBarController.showAllKeyguardButtons(/* isSetUp= */ true); in show()
208 mCarSystemBarController.showAllNavigationButtons(/* isSetUp= */ true); in hide()
250 mCarSystemBarController.showAllOcclusionButtons(/* isSetup= */ true); in setOccluded()
253 mCarSystemBarController.showAllKeyguardButtons(/* isSetup= */ true); in setOccluded()
255 mCarSystemBarController.showAllNavigationButtons(/* isSetUp= */ true); in setOccluded()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
H A DHvacPanelOverlayViewMediatorTest.java48 private CarSystemBarController mCarSystemBarController; field in HvacPanelOverlayViewMediatorTest
58 mHvacPanelOverlayViewMediator = new HvacPanelOverlayViewMediator(mCarSystemBarController, in setUp()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DCarSystemBarTest.java80 private CarSystemBarController mCarSystemBarController; field in CarSystemBarTest
147 mCarSystemBar = new CarSystemBar(mContext, mCarSystemBarController, mLightBarController, in setUp()
192 verify(mCarSystemBarController).showAllKeyguardButtons(false); in restartNavBars_newUserNotSetupWithKeyguardShowing_showsKeyguardButtons()
216 verify(mCarSystemBarController).showAllNavigationButtons(true); in restartNavbars_newUserIsSetupWithKeyguardHidden_showsNavigationButtons()