Searched refs:mKeyguardBottomArea (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSecureCameraLaunchManager.java86 private KeyguardBottomAreaView mKeyguardBottomArea; field in class:SecureCameraLaunchManager
111 mKeyguardBottomArea.launchCamera();
124 mKeyguardBottomArea = keyguardBottomArea;
143 mKeyguardBottomArea.launchCamera();
194 mKeyguardBottomArea.launchCamera();
H A DNotificationPanelView.java256 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area);
260 new SecureCameraLaunchManager(getContext(), mKeyguardBottomArea);
1019 mKeyguardBottomArea.updateLeftAffordance();
1184 mKeyguardBottomArea.setVisibility(View.GONE);
1191 mKeyguardBottomArea.animate().cancel();
1192 mKeyguardBottomArea.animate()
1201 mKeyguardBottomArea.animate().cancel();
1203 mKeyguardBottomArea.setVisibility(View.VISIBLE);
1205 mKeyguardBottomArea.setAlpha(1f);
1207 mKeyguardBottomArea
[all...]
H A DPanelView.java104 protected KeyguardBottomAreaView mKeyguardBottomArea; field in class:PanelView
963 mKeyguardBottomArea.getIndicationView().animate()
970 mKeyguardBottomArea.getIndicationView().animate()
H A DPhoneStatusBar.java305 KeyguardBottomAreaView mKeyguardBottomArea; field in class:PhoneStatusBar
369 if (mKeyguardBottomArea != null) {
370 mKeyguardBottomArea.setUserSetupComplete(mUserSetup);
777 mKeyguardBottomArea =
779 mKeyguardBottomArea.setActivityStarter(this);
780 mKeyguardBottomArea.setAssistManager(mAssistManager);
784 mKeyguardBottomArea.setKeyguardIndicationController(mKeyguardIndicationController);
847 mKeyguardBottomArea.setFlashlightController(mFlashlightController);
848 mKeyguardBottomArea.setPhoneStatusBar(this);
849 mKeyguardBottomArea
[all...]

Completed in 71 milliseconds