Home | History | Annotate | Download | only in phone

Lines Matching refs:mBouncer

85     protected KeyguardBouncer mBouncer;
141 mBouncer = SystemUIFactory.getInstance().createKeyguardBouncer(mContext,
161 if (mBouncer.needsFullscreenBouncer() && !mDozing) {
164 mBouncer.show(true /* resetSecuritySelection */);
169 mBouncer.prepare();
176 mBouncer.hide(destroyView);
182 mBouncer.show(false /* resetSecuritySelection */);
200 mBouncer.showWithDismissAction(r, cancelAction);
203 mBouncer.show(false /* resetSecuritySelection */);
229 if (hideBouncerWhenShowing || mBouncer.needsFullscreenBouncer()) {
245 mBouncer.onScreenTurnedOff();
277 if (dozing || mBouncer.needsFullscreenBouncer() || mOccluded) {
350 if (mBouncer.isShowing()) {
351 mBouncer.startPreHideAnimation(finishRunnable);
450 mBouncer.prepare();
511 return mBouncer.isSecure();
527 if (mBouncer.isShowing()) {
536 return mBouncer.isShowing();
542 } else if (mBouncer.isShowing()) {
561 boolean bouncerShowing = mBouncer.isShowing();
562 boolean bouncerDismissible = !mBouncer.isFullscreenBouncer();
627 return (!keyguardShowing && !hideWhileDozing || mBouncer.isShowing()
642 return mBouncer.shouldDismissOnMenuPressed();
646 return mBouncer.interceptMediaKey(event);
662 return mBouncer.isSecure() || mLockPatternUtils.isSecure(userId);
679 mBouncer.notifyKeyguardAuthenticated(strongAuth);
683 mBouncer.showMessage(message, color);