Searched defs:isDeviceInteractive (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ | ||
D | CentralSurfacesEmptyImpl.kt | 80 override fun isDeviceInteractive() = false in shouldIgnoreTouch() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl |
D | CentralSurfaces.java | 282 boolean isDeviceInteractive(); in isDeviceInteractive() method |
D | CentralSurfacesImpl.java | 2884 public boolean isDeviceInteractive() { in isDeviceInteractive() method |
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ | ||
D | KeyguardUpdateMonitor.java | 3865 public boolean isDeviceInteractive() { in isDeviceInteractive() method in KeyguardUpdateMonitor |