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.java79 protected KeyguardHostView mKeyguardView; field in KeyguardBouncer
81 if (mKeyguardView != null) {
82 mKeyguardView.resetSecurityContainer();
158 if (allowDismissKeyguard && mKeyguardView.dismiss(activeUserId)) { in show()
196 if (mKeyguardView == null) { in onFullyShown()
199 mKeyguardView.onResume(); in onFullyShown()
224 mKeyguardView.showErrorMessage(customMessage);
228 if (mKeyguardView.getHeight() != 0 && mKeyguardView.getHeight() != mStatusBarHeight) {
229 mKeyguardView.startAppearAnimation();
231 mKeyguardView.getViewTreeObserver().addOnPreDrawListener(
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java103 mKeyguardView = mKeyguardHostView; in setup()