Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java116 public static boolean sEnableRemoteKeyguardOccludeAnimation = field in KeyguardService
249 if (sEnableRemoteKeyguardOccludeAnimation) {
276 if (sEnableRemoteKeyguardOccludeAnimation) {
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3294 final boolean notify = !WindowManagerService.sEnableRemoteKeyguardOccludeAnimation in setKeyguardOccludedLw()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java448 public static final boolean sEnableRemoteKeyguardOccludeAnimation = field in WindowManagerService