Searched refs:sEnableShellTransitions (Results 1 – 5 of 5) sorted by relevance
469 assumeFalse(WindowManagerService.sEnableShellTransitions); in testGetNextAppTransitionBackgroundColor()499 assumeFalse(WindowManagerService.sEnableShellTransitions); in testGetNextAppRequestedAnimation()
95 assumeFalse(WindowManagerService.sEnableShellTransitions); in setUp()
1763 return WindowManagerService.sEnableShellTransitions;
265 import static com.android.server.wm.WindowManagerService.sEnableShellTransitions;5780 final boolean runningAnimation = sEnableShellTransitions ? visible in commitVisibility()
459 public static final boolean sEnableShellTransitions = getShellTransitEnabled(); field in WindowManagerService