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.java59 private CarSystemBarView mRightView; field in CarSystemBarController
219 mRightView = mCarSystemBarViewFactory.getRightBar(isSetUp); in getRightBar()
220 setupBar(mRightView, mRightBarTouchListener, mNotificationsShadeController); in getRightBar()
221 return mRightView; in getRightBar()
262 if (mRightView != null) { in registerRightBarTouchListener()
263 mRightView.setStatusBarWindowTouchListener(mRightBarTouchListener); in registerRightBarTouchListener()
280 if (mRightView != null) { in registerNotificationController()
281 mRightView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
300 if (mRightView != null) { in showAllNavigationButtons()
301 mRightView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()
[all …]