Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarView.java48 @IntDef(value = {BUTTON_TYPE_NAVIGATION, BUTTON_TYPE_KEYGUARD, BUTTON_TYPE_OCCLUSION})
57 public static final int BUTTON_TYPE_OCCLUSION = 2; field in CarSystemBarView
233 case BUTTON_TYPE_OCCLUSION: in showButtonsOfType()
H A DCarSystemBarController.java520 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()