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();
192 mKeyguardBottomArea.launchCamera();
PhoneStatusBar.java 303 KeyguardBottomAreaView mKeyguardBottomArea;
    [all...]
PanelView.java 95 protected KeyguardBottomAreaView mKeyguardBottomArea;
844 mOriginalIndicationY = mKeyguardBottomArea.getIndicationView().getY();
845 mKeyguardBottomArea.getIndicationView().animate()
852 mKeyguardBottomArea.getIndicationView().animate()
    [all...]
NotificationPanelView.java 202 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area);
206 new SecureCameraLaunchManager(getContext(), mKeyguardBottomArea);
    [all...]

Completed in 168 milliseconds