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/
DKeyguardBottomAreaView.java67 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class
104 public KeyguardBottomAreaView(Context context) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
108 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
112 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
116 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardBottomAreaView() method in KeyguardBottomAreaView
DSecureCameraLaunchManager.java85 private KeyguardBottomAreaView mKeyguardBottomArea;
119 public SecureCameraLaunchManager(Context context, KeyguardBottomAreaView keyguardBottomArea) { in SecureCameraLaunchManager()
DPanelView.java97 protected KeyguardBottomAreaView mKeyguardBottomArea;
DNotificationPanelView.java216 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area); in onFinishInflate()
DPhoneStatusBar.java318 KeyguardBottomAreaView mKeyguardBottomArea;
770 (KeyguardBottomAreaView) mStatusBarWindow.findViewById(R.id.keyguard_bottom_area); in makeStatusBarView()