Home
last modified time | relevance | path

Searched refs:KeyguardBottomAreaView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSecureCameraLaunchManager.java86 private KeyguardBottomAreaView mKeyguardBottomArea;
120 public SecureCameraLaunchManager(Context context, KeyguardBottomAreaView keyguardBottomArea) { in SecureCameraLaunchManager()
DKeyguardBottomAreaView.java75 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class
129 public KeyguardBottomAreaView(Context context) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
133 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
137 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
141 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardBottomAreaView() method in KeyguardBottomAreaView
DPanelView.java104 protected KeyguardBottomAreaView mKeyguardBottomArea;
DPhoneStatusBar.java305 KeyguardBottomAreaView mKeyguardBottomArea;
778 (KeyguardBottomAreaView) mStatusBarWindow.findViewById(R.id.keyguard_bottom_area); in makeStatusBarView()
DNotificationPanelView.java256 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area); in onFinishInflate()