Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java47 private boolean mDeviceInteractive; field in LockIcon
85 mDeviceInteractive = deviceInteractive; in setDeviceInteractive()
124 if (state != mLastState || mDeviceInteractive != mLastDeviceInteractive in update()
128 mDeviceInteractive, mLastScreenOn, mScreenOn); in update()
143 iconRes = getIconForState(state, mScreenOn, mDeviceInteractive); in update()
175 mLastDeviceInteractive = mDeviceInteractive; in update()
DStatusBarKeyguardViewManager.java74 private boolean mDeviceInteractive = false; field in StatusBarKeyguardViewManager
182 mDeviceInteractive = false; in onFinishedGoingToSleep()
189 mDeviceInteractive = true; in onStartedWakingUp()
230 mDeviceWillWakeUp = !mDeviceInteractive; in notifyDeviceWakeUpRequested()
406 if (mDeviceInteractive || mDeviceWillWakeUp) { in dismiss()
DPhoneStatusBar.java3091 final boolean anim = !noAnimation && mDeviceInteractive in checkBarMode()
4018 if (!mDeviceInteractive) { in showKeyguard()
4349 if (mDeviceInteractive && mState != StatusBarState.SHADE in onMenuPressed()
4383 if (mDeviceInteractive && mState != StatusBarState.SHADE) { in onSpacePressed()
4736 mDeviceInteractive = false; in onFinishedGoingToSleep()
4756 mDeviceInteractive = true; in onStartedWakingUp()
4886 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()
4896 if (!mDeviceInteractive) { in onCameraLaunchGestureDetected()
4903 mNotificationPanel.launchCamera(mDeviceInteractive /* animate */, source); in onCameraLaunchGestureDetected()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java270 private boolean mDeviceInteractive; field in KeyguardViewMediator
376 && !mDeviceInteractive // screen off
596 return mDeviceInteractive;
665 mDeviceInteractive = mPM.isInteractive(); in setupLocked()
731 mDeviceInteractive = false; in onStartedGoingToSleep()
775 mDeviceInteractive = false; in onFinishedGoingToSleep()
918 mDeviceInteractive = true; in onStartedWakingUp()
968 if (mDeviceInteractive in onDreamingStarted()
980 if (mDeviceInteractive) { in onDreamingStopped()
1964 pw.print(" mDeviceInteractive: "); pw.println(mDeviceInteractive); in dump()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java202 private boolean mDeviceInteractive; field in KeyguardUpdateMonitor
1104 return (mKeyguardIsVisible || !mDeviceInteractive || mBouncer || mGoingToSleep) in shouldListenForFingerprint()
1692 mDeviceInteractive = true; in dispatchStartedWakingUp()
1703 mDeviceInteractive = false; in dispatchFinishedGoingToSleep()
1723 return mDeviceInteractive; in isDeviceInteractive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java188 protected boolean mDeviceInteractive; field in BaseStatusBar
2100 mVisibleToUser = mVisible && mDeviceInteractive;