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.java282 private boolean mDeviceInteractive; field in KeyguardViewMediator
635 return mDeviceInteractive;
726 mDeviceInteractive = mPM.isInteractive(); in setupLocked()
803 mDeviceInteractive = false; in onStartedGoingToSleep()
847 mDeviceInteractive = false; in onFinishedGoingToSleep()
992 mDeviceInteractive = true; in onStartedWakingUp()
1043 if (mDeviceInteractive in onDreamingStarted()
1056 if (mDeviceInteractive) { in onDreamingStopped()
1222 && mDeviceInteractive); in handleSetOccluded()
2098 pw.print(" mDeviceInteractive: "); pw.println(mDeviceInteractive); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2206 final boolean anim = !mNoAnimationOnNextBarModeChange && mDeviceInteractive in checkBarMode()
2968 (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
3253 return mDeviceInteractive && mState != StatusBarState.SHADE in shouldUnlockOnMenuPressed()
3302 if (mDeviceInteractive && mState != StatusBarState.SHADE) { in onSpacePressed()
3602 mDeviceInteractive = false;
3629 mDeviceInteractive = true;
3662 mNotificationPanel.setTouchAndAnimationDisabled((!mDeviceInteractive && !mPulsing) in updateNotificationPanelTouchState()
3749 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()
3760 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()
3770 mNotificationPanel.launchCamera(mDeviceInteractive /* animate */, source); in onCameraLaunchGestureDetected()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java228 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor
1616 final boolean shouldListen = (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()
1620 && (!mKeyguardGoingAway || !mDeviceInteractive) && mIsPrimaryUser; in shouldListenForFingerprint()
1625 final boolean awakeKeyguard = mKeyguardIsVisible && mDeviceInteractive && !mGoingToSleep; in shouldListenForFace()
2381 mDeviceInteractive = true; in dispatchStartedWakingUp()
2392 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()
2420 return mDeviceInteractive; in isDeviceInteractive()