Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java574 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 …]
DCarSystemBarView.java261 public void showButtonsOfType(@ButtonsType int buttonsType) { in showButtonsOfType() method in CarSystemBarView