Searched refs:mBottomView (Results 1 – 1 of 1) sorted by relevance
57 private CarSystemBarView mBottomView; field in CarSystemBarController195 mBottomView = mCarSystemBarViewFactory.getBottomBar(isSetUp); in getBottomBar()196 setupBar(mBottomView, mBottomBarTouchListener, mNotificationsShadeController); in getBottomBar()197 return mBottomView; in getBottomBar()246 if (mBottomView != null) { in registerBottomBarTouchListener()247 mBottomView.setStatusBarWindowTouchListener(mBottomBarTouchListener); in registerBottomBarTouchListener()274 if (mBottomView != null) { in registerNotificationController()275 mBottomView.setNotificationsPanelController(mNotificationsShadeController); in registerNotificationController()294 if (mBottomView != null) { in showAllNavigationButtons()295 mBottomView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()[all …]