Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarView.java81 private CarSystemBarButton mControlCenterButton; field in CarSystemBarView
101 mControlCenterButton = findViewById(R.id.control_center_nav); in onFinishInflate()
157 if (mControlCenterButton != null) { in updateControlCenterButtonVisibility()
158 mControlCenterButton.setVisibility(isMumd ? VISIBLE : GONE); in updateControlCenterButtonVisibility()