Searched refs:showButtonsOfType (Results 1 – 2 of 2) sorted by relevance
574 mTopView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()577 mBottomView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()580 mLeftView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()583 mRightView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()594 mTopView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_KEYGUARD); in showAllKeyguardButtons()597 mBottomView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_KEYGUARD); in showAllKeyguardButtons()600 mLeftView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_KEYGUARD); in showAllKeyguardButtons()603 mRightView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_KEYGUARD); in showAllKeyguardButtons()614 mTopView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_OCCLUSION); in showAllOcclusionButtons()617 mBottomView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_OCCLUSION); in showAllOcclusionButtons()[all …]
261 public void showButtonsOfType(@ButtonsType int buttonsType) { in showButtonsOfType() method in CarSystemBarView