Searched defs:mKeyguardBottomArea (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSecureCameraLaunchManager.java85 private KeyguardBottomAreaView mKeyguardBottomArea; field in class:SecureCameraLaunchManager
110 mKeyguardBottomArea.launchCamera();
123 mKeyguardBottomArea = keyguardBottomArea;
142 mKeyguardBottomArea.launchCamera();
192 mKeyguardBottomArea.launchCamera();
H A DPanelView.java95 protected KeyguardBottomAreaView mKeyguardBottomArea; field in class:PanelView
844 mOriginalIndicationY = mKeyguardBottomArea.getIndicationView().getY();
845 mKeyguardBottomArea.getIndicationView().animate()
852 mKeyguardBottomArea.getIndicationView().animate()
H A DPhoneStatusBar.java303 KeyguardBottomAreaView mKeyguardBottomArea; field in class:PhoneStatusBar
751 mKeyguardBottomArea =
753 mKeyguardBottomArea.setActivityStarter(this);
757 mKeyguardBottomArea.setKeyguardIndicationController(mKeyguardIndicationController);
847 mKeyguardBottomArea.setFlashlightController(mFlashlightController);
848 mKeyguardBottomArea.setPhoneStatusBar(this);
850 mKeyguardBottomArea.setAccessibilityController(mAccessibilityController);
3669 mKeyguardBottomArea.setVisibility(View.INVISIBLE);
3672 mKeyguardBottomArea.setVisibility(View.VISIBLE);

Completed in 91 milliseconds