Searched defs:mKeyguardBottomArea (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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...]
H A DSecureCameraLaunchManager.java86 private KeyguardBottomAreaView mKeyguardBottomArea; field in class:SecureCameraLaunchManager
111 mKeyguardBottomArea.launchCamera();
124 mKeyguardBottomArea = keyguardBottomArea;
143 mKeyguardBottomArea.launchCamera();
194 mKeyguardBottomArea.launchCamera();

Completed in 41 milliseconds