Searched refs:mDeviceInteractive (Results 1 – 3 of 3) sorted by relevance
282 private boolean mDeviceInteractive; field in KeyguardViewMediator635 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()
2206 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 …]
228 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor1616 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()