Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java108 private CarSystemBarView mRightView; field in CarSystemBarController
409 mRightView = mCarSystemBarViewFactory.getRightBar(isSetUp); in getRightBar()
410 setupBar(mRightView, mRightBarTouchListeners, mNotificationsShadeController, in getRightBar()
413 return mRightView; in getRightBar()
492 if (setModified && mRightView != null) { in registerRightBarTouchListener()
493 mRightView.setStatusBarWindowTouchListeners(mRightBarTouchListeners); in registerRightBarTouchListener()
510 if (mRightView != null) { in registerNotificationController()
511 mRightView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
528 if (mRightView != null) { in registerNotificationPanelViewController()
529 mRightView.registerNotificationPanelViewController(mNotificationPanelViewController); in registerNotificationPanelViewController()
[all …]