Searched refs:mRightNavigationBarView (Results 1 – 1 of 1) sorted by relevance
158 private CarNavigationBarView mRightNavigationBarView; field in CarStatusBar553 mRightNavigationBarView = null; in restartNavBars()617 if (mRightNavigationBarView != null) { in hideKeyguard()618 mRightNavigationBarView.hideKeyguardButtons(); in hideKeyguard()639 if (mRightNavigationBarView != null) { in updateNavBarForKeyguardContent()640 mRightNavigationBarView.showKeyguardButtons(); in updateNavBarForKeyguardContent()891 if (mRightNavigationBarView != null) { in onUseenCountUpdate()892 mRightNavigationBarView.toggleNotificationUnseenIndicator(hasUnseen); in onUseenCountUpdate()1228 mRightNavigationBarView = (CarNavigationBarView) mRightNavigationBarWindow.getChildAt(0); in buildRight()1229 if (mRightNavigationBarView == null) { in buildRight()[all …]