Searched refs:mLeftView (Results 1 – 1 of 1) sorted by relevance
58 private CarSystemBarView mLeftView; field in CarSystemBarController207 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 …]