Home
last modified time | relevance | path

Searched refs:mDeviceInteractive (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java441 private boolean mDeviceInteractive; field in KeyguardViewMediator
896 return mDeviceInteractive;
1600 mDeviceInteractive = mPM.isInteractive();
1697 mDeviceInteractive = false;
1751 mDeviceInteractive = false;
1964 mDeviceInteractive = true;
2018 if (mDeviceInteractive) {
2030 if (mDeviceInteractive) {
2226 && mDeviceInteractive);
3716 pw.print(" mDeviceInteractive: "); pw.println(mDeviceInteractive);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1711 final boolean anim = !mNoAnimationOnNextBarModeChange && mDeviceInteractive in checkBarMode()
2035 && (!mDeviceInteractive || (isGoingToSleep() in updateIsKeyguard()
2469 mDeviceInteractive = false;
2527 mDeviceInteractive = true;
2651 boolean disabled = (!mDeviceInteractive && !mDozeServiceHost.isPulsing()) in updateNotificationPanelTouchState()
2654 !mDozeParameters.shouldControlScreenOff(), !mDeviceInteractive, in updateNotificationPanelTouchState()
2860 protected boolean mDeviceInteractive;
2885 return mDeviceInteractive; in isDeviceInteractive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java153 private boolean mDeviceInteractive = true; field in VolumeDialogControllerImpl
166 mDeviceInteractive = true;
171 mDeviceInteractive = false;
508 && mDeviceInteractive && (flags & AudioManager.FLAG_SHOW_UI) != 0 in shouldShowUI()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java350 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor
568 && (mDeviceInteractive || flags.temporaryAndRenewable()) in shouldDismissKeyguardOnTrustGrantedWithCurrentUser()
2826 || !mDeviceInteractive in shouldListenForFingerprint()
2847 && (!mKeyguardGoingAway || !mDeviceInteractive) in shouldListenForFingerprint()
2875 mDeviceInteractive, in shouldListenForFingerprint()
3817 mDeviceInteractive = true; in dispatchStartedWakingUp()
3828 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()
3866 return mDeviceInteractive; in isDeviceInteractive()