Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java297 private boolean mDeviceInteractive; field in KeyguardViewMediator
670 return mDeviceInteractive;
798 mDeviceInteractive = mPM.isInteractive(); in setupLocked()
874 mDeviceInteractive = false; in onStartedGoingToSleep()
924 mDeviceInteractive = false; in onFinishedGoingToSleep()
1069 mDeviceInteractive = true; in onStartedWakingUp()
1120 if (mDeviceInteractive in onDreamingStarted()
1133 if (mDeviceInteractive) { in onDreamingStopped()
1299 && mDeviceInteractive); in handleSetOccluded()
2230 pw.print(" mDeviceInteractive: "); pw.println(mDeviceInteractive); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2426 final boolean anim = !mNoAnimationOnNextBarModeChange && mDeviceInteractive in checkBarMode()
3163 && (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
3439 return mDeviceInteractive && mState != StatusBarState.SHADE in shouldUnlockOnMenuPressed()
3488 if (mDeviceInteractive && mState != StatusBarState.SHADE) { in onSpacePressed()
3724 mDeviceInteractive = false;
3759 mDeviceInteractive = true;
3798 boolean disabled = (!mDeviceInteractive && !mDozeServiceHost.isPulsing()) in updateNotificationPanelTouchState()
3881 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()
3897 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()
3908 mDeviceInteractive /* animate */, source); in onCameraLaunchGestureDetected()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java267 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor
1933 final boolean shouldListen = (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()
1937 && (!mKeyguardGoingAway || !mDeviceInteractive) && mIsPrimaryUser in shouldListenForFingerprint()
1948 final boolean awakeKeyguard = mKeyguardIsVisible && mDeviceInteractive && !mGoingToSleep in shouldListenForFace()
2803 mDeviceInteractive = true; in dispatchStartedWakingUp()
2814 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()
2851 return mDeviceInteractive; in isDeviceInteractive()