Searched refs:mDeviceInteractive (Results 1 – 5 of 5) sorted by relevance
50 private boolean mDeviceInteractive; field in LockIcon97 mDeviceInteractive = deviceInteractive; in setDeviceInteractive()135 if (state != mLastState || mDeviceInteractive != mLastDeviceInteractive in update()139 mDeviceInteractive, mLastScreenOn, mScreenOn); in update()161 icon = getIconForState(state, mScreenOn, mDeviceInteractive); in update()196 mLastDeviceInteractive = mDeviceInteractive; in update()
82 private boolean mDeviceInteractive = false; field in StatusBarKeyguardViewManager216 mDeviceInteractive = false; in onFinishedGoingToSleep()223 mDeviceInteractive = true; in onStartedWakingUp()264 mDeviceWillWakeUp = !mDeviceInteractive; in notifyDeviceWakeUpRequested()
3219 final boolean anim = !mNoAnimationOnNextBarModeChange && mDeviceInteractive in checkBarMode()4455 return mDeviceInteractive && mState != StatusBarState.SHADE in shouldUnlockOnMenuPressed()4496 if (mDeviceInteractive && mState != StatusBarState.SHADE) { in onSpacePressed()4909 mDeviceInteractive = false; in onFinishedGoingToSleep()4936 mDeviceInteractive = true; in onStartedWakingUp()5015 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()5025 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()5032 mNotificationPanel.launchCamera(mDeviceInteractive /* animate */, source); in onCameraLaunchGestureDetected()5213 protected boolean mDeviceInteractive;6624 mVisibleToUser = mVisible && mDeviceInteractive;
271 private boolean mDeviceInteractive; field in KeyguardViewMediator382 && !mDeviceInteractive // screen off626 return mDeviceInteractive;699 mDeviceInteractive = mPM.isInteractive(); in setupLocked()765 mDeviceInteractive = false; in onStartedGoingToSleep()809 mDeviceInteractive = false; in onFinishedGoingToSleep()952 mDeviceInteractive = true; in onStartedWakingUp()1003 if (mDeviceInteractive in onDreamingStarted()1016 if (mDeviceInteractive) { in onDreamingStopped()1177 && mDeviceInteractive); in handleSetOccluded()[all …]
191 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor1124 return (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()1723 mDeviceInteractive = true; in dispatchStartedWakingUp()1734 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()1762 return mDeviceInteractive; in isDeviceInteractive()