Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java50 private boolean mDeviceInteractive; field in LockIcon
97 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()
DStatusBarKeyguardViewManager.java82 private boolean mDeviceInteractive = false; field in StatusBarKeyguardViewManager
216 mDeviceInteractive = false; in onFinishedGoingToSleep()
223 mDeviceInteractive = true; in onStartedWakingUp()
264 mDeviceWillWakeUp = !mDeviceInteractive; in notifyDeviceWakeUpRequested()
DStatusBar.java3219 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;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java271 private boolean mDeviceInteractive; field in KeyguardViewMediator
382 && !mDeviceInteractive // screen off
626 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 …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java191 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor
1124 return (mKeyguardIsVisible || !mDeviceInteractive || in shouldListenForFingerprint()
1723 mDeviceInteractive = true; in dispatchStartedWakingUp()
1734 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()
1762 return mDeviceInteractive; in isDeviceInteractive()