Searched refs:showButtonsOfType (Results 1 – 2 of 2) sorted by relevance
292 mTopView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()295 mBottomView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()298 mLeftView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()301 mRightView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons()312 mTopView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_KEYGUARD); in showAllKeyguardButtons()315 mBottomView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_KEYGUARD); in showAllKeyguardButtons()318 mLeftView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_KEYGUARD); in showAllKeyguardButtons()321 mRightView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_KEYGUARD); in showAllKeyguardButtons()332 mTopView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_OCCLUSION); in showAllOcclusionButtons()335 mBottomView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_OCCLUSION); in showAllOcclusionButtons()[all …]
164 public void showButtonsOfType(@ButtonsType int buttonsType) { in showButtonsOfType() method in CarSystemBarView