HomeSort by relevance Sort by last modified time
    Searched defs:mKeyguardBottomArea (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SecureCameraLaunchManager.java 85 private KeyguardBottomAreaView mKeyguardBottomArea;
110 mKeyguardBottomArea.launchCamera();
123 mKeyguardBottomArea = keyguardBottomArea;
142 mKeyguardBottomArea.launchCamera();
193 mKeyguardBottomArea.launchCamera();
PhoneStatusBar.java 318 KeyguardBottomAreaView mKeyguardBottomArea;
    [all...]
NotificationPanelView.java 216 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area);
220 new SecureCameraLaunchManager(getContext(), mKeyguardBottomArea);
    [all...]
PanelView.java 97 protected KeyguardBottomAreaView mKeyguardBottomArea;
872 mKeyguardBottomArea.getIndicationView().animate()
879 mKeyguardBottomArea.getIndicationView().animate()
    [all...]

Completed in 40 milliseconds