Searched refs:BUTTON_TYPE_OCCLUSION (Results 1 – 2 of 2) sorted by relevance
48 @IntDef(value = {BUTTON_TYPE_NAVIGATION, BUTTON_TYPE_KEYGUARD, BUTTON_TYPE_OCCLUSION})57 public static final int BUTTON_TYPE_OCCLUSION = 2; field in CarSystemBarView233 case BUTTON_TYPE_OCCLUSION: in showButtonsOfType()
520 mTopView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_OCCLUSION); in showAllOcclusionButtons()523 mBottomView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_OCCLUSION); in showAllOcclusionButtons()526 mLeftView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_OCCLUSION); in showAllOcclusionButtons()529 mRightView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_OCCLUSION); in showAllOcclusionButtons()