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.java289 private boolean mDeviceInteractive; field in KeyguardViewMediator
642 return mDeviceInteractive;
731 mDeviceInteractive = mPM.isInteractive(); in setupLocked()
808 mDeviceInteractive = false; in onStartedGoingToSleep()
852 mDeviceInteractive = false; in onFinishedGoingToSleep()
997 mDeviceInteractive = true; in onStartedWakingUp()
1048 if (mDeviceInteractive in onDreamingStarted()
1061 if (mDeviceInteractive) { in onDreamingStopped()
1227 && mDeviceInteractive); in handleSetOccluded()
2115 pw.print(" mDeviceInteractive: "); pw.println(mDeviceInteractive); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2295 final boolean anim = !mNoAnimationOnNextBarModeChange && mDeviceInteractive in checkBarMode()
3087 (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard)); in updateIsKeyguard()
3374 return mDeviceInteractive && mState != StatusBarState.SHADE in shouldUnlockOnMenuPressed()
3425 if (mDeviceInteractive && mState != StatusBarState.SHADE) { in onSpacePressed()
3733 mDeviceInteractive = false;
3763 mDeviceInteractive = true;
3800 boolean disabled = (!mDeviceInteractive && !mPulsing) || goingToSleepWithoutAnimation; in updateNotificationPanelTouchState()
3889 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()
3906 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()
3916 mNotificationPanel.launchCamera(mDeviceInteractive /* animate */, source); in onCameraLaunchGestureDetected()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java244 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor
1723 final boolean shouldListen = (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()
1727 && (!mKeyguardGoingAway || !mDeviceInteractive) && mIsPrimaryUser; in shouldListenForFingerprint()
1735 final boolean awakeKeyguard = mKeyguardIsVisible && mDeviceInteractive && !mGoingToSleep; in shouldListenForFace()
2541 mDeviceInteractive = true; in dispatchStartedWakingUp()
2552 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()
2580 return mDeviceInteractive; in isDeviceInteractive()