Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeTriggers.java112 private boolean mWantTouchScreenSensors; field in DozeTriggers
465 mWantTouchScreenSensors = true; in transitionTo()
472 mWantTouchScreenSensors = true; in transitionTo()
485 mWantTouchScreenSensors = false; in transitionTo()
489 mWantTouchScreenSensors = false; in transitionTo()
500 mDozeSensors.setListening(mWantSensors, mWantTouchScreenSensors, mInAod); in transitionTo()
523 mWantTouchScreenSensors = false; in stopListeningToAllTriggers()
533 mDozeSensors.setListeningWithPowerState(mWantSensors, mWantTouchScreenSensors, in onScreenState()