Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java87 public static boolean sEnableRemoteKeyguardOccludeAnimation = field in KeyguardService
108 if (sEnableRemoteKeyguardOccludeAnimation) { in KeyguardService()
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java267 if (!WindowManagerService.sEnableRemoteKeyguardOccludeAnimation in setOccluded()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java459 public static final boolean sEnableRemoteKeyguardOccludeAnimation = !sEnableShellTransitions field in WindowManagerService