Searched refs:mKeyguardBottomArea (Results 1 – 4 of 4) sorted by relevance
86 private KeyguardBottomAreaView mKeyguardBottomArea; field in SecureCameraLaunchManager111 mKeyguardBottomArea.launchCamera(); in onCameraAvailable()124 mKeyguardBottomArea = keyguardBottomArea; in SecureCameraLaunchManager()143 mKeyguardBottomArea.launchCamera(); in SecureCameraLaunchManager()194 mKeyguardBottomArea.launchCamera(); in startSecureCameraLaunch()
256 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area); in onFinishInflate()260 new SecureCameraLaunchManager(getContext(), mKeyguardBottomArea); in onFinishInflate()1019 mKeyguardBottomArea.updateLeftAffordance(); in setBarState()1184 mKeyguardBottomArea.setVisibility(View.GONE);1191 mKeyguardBottomArea.animate().cancel(); in setKeyguardBottomAreaVisibility()1192 mKeyguardBottomArea.animate() in setKeyguardBottomAreaVisibility()1201 mKeyguardBottomArea.animate().cancel(); in setKeyguardBottomAreaVisibility()1203 mKeyguardBottomArea.setVisibility(View.VISIBLE); in setKeyguardBottomAreaVisibility()1205 mKeyguardBottomArea.setAlpha(1f); in setKeyguardBottomAreaVisibility()1207 mKeyguardBottomArea.animate().cancel(); in setKeyguardBottomAreaVisibility()[all …]
104 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelView963 mKeyguardBottomArea.getIndicationView().animate() in startUnlockHintAnimationPhase1()970 mKeyguardBottomArea.getIndicationView().animate() in startUnlockHintAnimationPhase1()
305 KeyguardBottomAreaView mKeyguardBottomArea; field in PhoneStatusBar369 if (mKeyguardBottomArea != null) {370 mKeyguardBottomArea.setUserSetupComplete(mUserSetup);777 mKeyguardBottomArea = in makeStatusBarView()779 mKeyguardBottomArea.setActivityStarter(this); in makeStatusBarView()780 mKeyguardBottomArea.setAssistManager(mAssistManager); in makeStatusBarView()784 mKeyguardBottomArea.setKeyguardIndicationController(mKeyguardIndicationController); in makeStatusBarView()847 mKeyguardBottomArea.setFlashlightController(mFlashlightController); in makeStatusBarView()848 mKeyguardBottomArea.setPhoneStatusBar(this); in makeStatusBarView()849 mKeyguardBottomArea.setUserSetupComplete(mUserSetup); in makeStatusBarView()[all …]