Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java157 private CarNavigationBarView mLeftNavigationBarView; field in CarStatusBar
548 mLeftNavigationBarView = null; in restartNavBars()
614 if (mLeftNavigationBarView != null) { in hideKeyguard()
615 mLeftNavigationBarView.hideKeyguardButtons(); in hideKeyguard()
636 if (mLeftNavigationBarView != null) { in updateNavBarForKeyguardContent()
637 mLeftNavigationBarView.showKeyguardButtons(); in updateNavBarForKeyguardContent()
887 if (mLeftNavigationBarView != null) { in onUseenCountUpdate()
888 mLeftNavigationBarView.toggleNotificationUnseenIndicator(hasUnseen); in onUseenCountUpdate()
1216 mLeftNavigationBarView = (CarNavigationBarView) mLeftNavigationBarWindow.getChildAt(0); in buildLeft()
1217 if (mLeftNavigationBarView == null) { in buildLeft()
[all …]