Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java58 private CarSystemBarView mLeftView; field in CarSystemBarController
207 mLeftView = mCarSystemBarViewFactory.getLeftBar(isSetUp); in getLeftBar()
208 setupBar(mLeftView, mLeftBarTouchListener, mNotificationsShadeController); in getLeftBar()
209 return mLeftView; in getLeftBar()
254 if (mLeftView != null) { in registerLeftBarTouchListener()
255 mLeftView.setStatusBarWindowTouchListener(mLeftBarTouchListener); in registerLeftBarTouchListener()
277 if (mLeftView != null) { in registerNotificationController()
278 mLeftView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()
297 if (mLeftView != null) { in showAllNavigationButtons()
298 mLeftView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()
[all …]