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

Commit 2f72b2ef authored by Andy Wickham's avatar Andy Wickham
Browse files

Make some things public for reuse.

Test: With sister change.
Flag: N/A
Bug: 292000892
Change-Id: I8a20b9d4d5df748f90d907a10fe99d066d700170
parent fd35baa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
    private static final String CONTROL_REMOTE_APP_TRANSITION_PERMISSION =
            "android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS";

    private static final long APP_LAUNCH_DURATION = 500;
    public static final long APP_LAUNCH_DURATION = 500;

    private static final long APP_LAUNCH_ALPHA_DURATION = 50;
    private static final long APP_LAUNCH_ALPHA_START_DELAY = 25;
+4 −0
Original line number Diff line number Diff line
@@ -159,6 +159,10 @@ public class TaskOverlayFactory implements ResourceBasedOverride {
            return mActionsView;
        }

        public TaskThumbnailView getThumbnailView() {
            return mThumbnailView;
        }

        /**
         * Called when the current task is interactive for the user
         */