Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 324b6742 authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Revert^3 "Enable Shell Transitions"

37ebac3d

Change-Id: Iae588a3579568f2f554cfb66bc243f972fa2ea37
parent 37ebac3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ public class SplitController implements JetpackTaskFragmentOrganizer.TaskFragmen
        ActivityEmbeddingComponent {
    static final String TAG = "SplitController";
    static final boolean ENABLE_SHELL_TRANSITIONS =
            SystemProperties.getBoolean("persist.wm.debug.shell_transit", true);
            SystemProperties.getBoolean("persist.wm.debug.shell_transit", false);

    @VisibleForTesting
    @GuardedBy("mLock")
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ public class Transitions implements RemoteCallable<Transitions> {

    /** Set to {@code true} to enable shell transitions. */
    public static final boolean ENABLE_SHELL_TRANSITIONS =
            SystemProperties.getBoolean("persist.wm.debug.shell_transit", true);
            SystemProperties.getBoolean("persist.wm.debug.shell_transit", false);
    public static final boolean SHELL_TRANSITIONS_ROTATION = ENABLE_SHELL_TRANSITIONS
            && SystemProperties.getBoolean("persist.wm.debug.shell_transit_rotate", false);

+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ import org.mockito.MockitoAnnotations;
@RunWith(AndroidJUnit4.class)
public final class StageTaskListenerTests extends ShellTestCase {
    private static final boolean ENABLE_SHELL_TRANSITIONS =
            SystemProperties.getBoolean("persist.wm.debug.shell_transit", true);
            SystemProperties.getBoolean("persist.wm.debug.shell_transit", false);

    @Mock
    private ShellTaskOrganizer mTaskOrganizer;
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ object Flags {
    // 1100 - windowing
    @Keep
    val WM_ENABLE_SHELL_TRANSITIONS =
        SysPropBooleanFlag(1100, "persist.wm.debug.shell_transit", true)
        SysPropBooleanFlag(1100, "persist.wm.debug.shell_transit", false)

    /** b/170163464: animate bubbles expanded view collapse with home gesture */
    @Keep
+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ public class WindowManagerService extends IWindowManager.Stub
     * @see #ENABLE_SHELL_TRANSITIONS
     */
    public static final boolean sEnableShellTransitions =
            SystemProperties.getBoolean(ENABLE_SHELL_TRANSITIONS, true);
            SystemProperties.getBoolean(ENABLE_SHELL_TRANSITIONS, false);

    /**
     * Allows a fullscreen windowing mode activity to launch in its desired orientation directly