Searched refs:isKeyguardOccluded (Results 1 – 6 of 6) sorted by relevance
256 public boolean isKeyguardOccluded() {
830 if (mService.mPolicy.isKeyguardOccluded()) { in adjustWindowParamsLw()1440 && !mService.mPolicy.isKeyguardOccluded(); in beginLayoutLw()3100 private boolean isKeyguardOccluded() { in isKeyguardOccluded() method3102 return mService.mPolicy.isKeyguardOccluded(); in isKeyguardOccluded()3136 if ((win.getAttrs().privateFlags & PRIVATE_FLAG_KEYGUARD) != 0 && isKeyguardOccluded()) { in updateSystemUiVisibilityLw()3202 final boolean onKeyguard = isStatusBarKeyguard() && !isKeyguardOccluded(); in updateLightStatusBarLw()3292 WindowState fullscreenTransWin = isStatusBarKeyguard() && !isKeyguardOccluded() in updateSystemBarsLw()3320 if (isKeyguardOccluded()) { in updateSystemBarsLw()
149 && mService.mPolicy.isKeyguardOccluded()) {
1226 public boolean isKeyguardOccluded(); in isKeyguardOccluded() method
2326 if (isKeyguardShowing && isKeyguardOccluded()) { in shouldBeHiddenByKeyguard()4743 public boolean isKeyguardOccluded() { in isKeyguardOccluded() method in PhoneWindowManager
12252 HSPLcom/android/server/policy/PhoneWindowManager;->isKeyguardOccluded()Z16052 HSPLcom/android/server/wm/DisplayPolicy;->isKeyguardOccluded()Z