Home
last modified time | relevance | path

Searched refs:mKeyguardView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java81 protected KeyguardHostView mKeyguardView; field in KeyguardBouncer
83 if (mKeyguardView != null) {
84 mKeyguardView.resetSecurityContainer();
163 if (allowDismissKeyguard && mKeyguardView.dismiss(activeUserId)) { in show()
203 if (mKeyguardView == null) { in onFullyShown()
206 mKeyguardView.onResume(); in onFullyShown()
229 mKeyguardView.showErrorMessage(customMessage);
233 if (mKeyguardView.getHeight() != 0 && mKeyguardView.getHeight() != mStatusBarHeight) {
234 mKeyguardView.startAppearAnimation();
236 mKeyguardView.getViewTreeObserver().addOnPreDrawListener(
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java109 mKeyguardView = mKeyguardHostView; in setup()