Searched refs:isKeyguardOccluded (Results 1 – 6 of 6) sorted by relevance
256 public boolean isKeyguardOccluded() {
838 if (mService.mPolicy.isKeyguardOccluded()) { in adjustWindowParamsLw()1450 && !mService.mPolicy.isKeyguardOccluded(); in beginLayoutLw()3114 private boolean isKeyguardOccluded() { in isKeyguardOccluded() method3116 return mService.mPolicy.isKeyguardOccluded(); in isKeyguardOccluded()3150 if ((win.getAttrs().privateFlags & PRIVATE_FLAG_KEYGUARD) != 0 && isKeyguardOccluded()) { in updateSystemUiVisibilityLw()3216 final boolean onKeyguard = isStatusBarKeyguard() && !isKeyguardOccluded(); in updateLightStatusBarLw()3306 WindowState fullscreenTransWin = isStatusBarKeyguard() && !isKeyguardOccluded() in updateSystemBarsLw()3334 if (isKeyguardOccluded()) { in updateSystemBarsLw()
149 && mService.mPolicy.isKeyguardOccluded()) {
1226 public boolean isKeyguardOccluded(); in isKeyguardOccluded() method
2330 if (isKeyguardShowing && isKeyguardOccluded()) { in shouldBeHiddenByKeyguard()4762 public boolean isKeyguardOccluded() { in isKeyguardOccluded() method in PhoneWindowManager
12252 HSPLcom/android/server/policy/PhoneWindowManager;->isKeyguardOccluded()Z16052 HSPLcom/android/server/wm/DisplayPolicy;->isKeyguardOccluded()Z