Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrientationListener.java121 Sensor wakeUpDeviceOrientationSensor = null; in WindowOrientationListener() local
131 wakeUpDeviceOrientationSensor = s; in WindowOrientationListener()
137 if (wakeUpDeviceOrientationSensor != null) { in WindowOrientationListener()
138 mSensor = wakeUpDeviceOrientationSensor; in WindowOrientationListener()