Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeTriggers.java688 mDozeSensors.ignoreTouchScreenSensorsSettingInterferingWithDocking(true); in onEvent()
691 mDozeSensors.ignoreTouchScreenSensorsSettingInterferingWithDocking(false); in onEvent()
DDozeSensors.java485 public void ignoreTouchScreenSensorsSettingInterferingWithDocking(boolean ignore) { in ignoreTouchScreenSensorsSettingInterferingWithDocking() method in DozeSensors