Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt72 override fun isScreenFullyOff() = false in isScreenFullyOff() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java261 boolean isScreenFullyOff(); in isScreenFullyOff() method
DCentralSurfacesImpl.java2036 && (isScreenFullyOff() || keyguardShowingUnOccluded))); in updateIsKeyguard()
2694 public boolean isScreenFullyOff() { in isScreenFullyOff() method