Home
last modified time | relevance | path

Searched defs:isDeviceInteractive (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt80 override fun isDeviceInteractive() = false in shouldIgnoreTouch() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java282 boolean isDeviceInteractive(); in isDeviceInteractive() method
DCentralSurfacesImpl.java2884 public boolean isDeviceInteractive() { in isDeviceInteractive() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3865 public boolean isDeviceInteractive() { in isDeviceInteractive() method in KeyguardUpdateMonitor