Searched refs:mLockScreenButtons (Results 1 – 1 of 1) sorted by relevance
41 private View mLockScreenButtons; field in CarNavigationBarView54 mLockScreenButtons = findViewById(R.id.lock_screen_nav_buttons); in onFinishInflate()142 if (mLockScreenButtons == null) { in showKeyguardButtons()145 mLockScreenButtons.setVisibility(View.VISIBLE); in showKeyguardButtons()154 if (mLockScreenButtons == null) return; in hideKeyguardButtons()157 mLockScreenButtons.setVisibility(View.GONE); in hideKeyguardButtons()