Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java106 private CarSystemBarView mBottomView; field in CarSystemBarController
380 mBottomView = mCarSystemBarViewFactory.getBottomBar(isSetUp); in getBottomBar()
381 setupBar(mBottomView, mBottomBarTouchListeners, mNotificationsShadeController, in getBottomBar()
385 return mBottomView; in getBottomBar()
476 if (setModified && mBottomView != null) { in registerBottomBarTouchListener()
477 mBottomView.setStatusBarWindowTouchListeners(mBottomBarTouchListeners); in registerBottomBarTouchListener()
504 if (mBottomView != null) { in registerNotificationController()
505 mBottomView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
522 if (mBottomView != null) { in registerNotificationPanelViewController()
523 mBottomView.registerNotificationPanelViewController(mNotificationPanelViewController); in registerNotificationPanelViewController()
[all …]