Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java431 private boolean mDeviceInteractive; field in KeyguardViewMediator
883 return mDeviceInteractive;
1512 mDeviceInteractive = mPM.isInteractive();
1612 mDeviceInteractive = false;
1666 mDeviceInteractive = false;
1879 mDeviceInteractive = true;
1935 if (mDeviceInteractive
1949 if (mDeviceInteractive) {
2129 && mDeviceInteractive);
3613 pw.print(" mDeviceInteractive: "); pw.println(mDeviceInteractive);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java1928 final boolean anim = !mNoAnimationOnNextBarModeChange && mDeviceInteractive in checkBarMode()
2345 && (!mDeviceInteractive || (isGoingToSleep() in updateIsKeyguard()
2803 mDeviceInteractive = false;
2862 mDeviceInteractive = true;
2983 boolean disabled = (!mDeviceInteractive && !mDozeServiceHost.isPulsing()) in updateNotificationPanelTouchState()
2987 !mDozeParameters.shouldControlScreenOff(), !mDeviceInteractive, in updateNotificationPanelTouchState()
3227 protected boolean mDeviceInteractive;
3259 return mDeviceInteractive; in isDeviceInteractive()
3367 mVisibleToUser = mVisible && mDeviceInteractive; in updateVisibleToUser()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java150 private boolean mDeviceInteractive = true; field in VolumeDialogControllerImpl
163 mDeviceInteractive = true;
168 mDeviceInteractive = false;
504 && mDeviceInteractive && (flags & AudioManager.FLAG_SHOW_UI) != 0 in shouldShowUI()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java406 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor
632 && (mDeviceInteractive || flags.temporaryAndRenewable()) in shouldDismissKeyguardOnTrustGrantedWithCurrentUser()
3102 || !mDeviceInteractive in shouldListenForFingerprint()
3123 && (!mKeyguardGoingAway || !mDeviceInteractive) in shouldListenForFingerprint()
3160 mDeviceInteractive, in shouldListenForFingerprint()
3194 final boolean awakeKeyguard = isKeyguardVisible() && mDeviceInteractive in shouldListenForFace()
4286 mDeviceInteractive = true; in dispatchStartedWakingUp()
4297 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()
4335 return mDeviceInteractive; in isDeviceInteractive()