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

Commit 8ca72eb9 authored by Louis Chang's avatar Louis Chang Committed by Automerger Merge Worker
Browse files

Merge "Remove the layer of task overlay activities" into udc-dev am: af5033e8

parents 9bece636 af5033e8
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -79,14 +79,6 @@ public class TaskConstants {
     */
    public static final int TASK_CHILD_LAYER_TASK_OVERLAY = 5 * TASK_CHILD_LAYER_REGION_SIZE;

    /**
     * Legacy machanism to force an activity to the top of the task (i.e. for work profile
     * comfirmation).
     * @hide
     */
    public static final int TASK_CHILD_LAYER_TASK_OVERLAY_ACTIVITIES =
            6 * TASK_CHILD_LAYER_REGION_SIZE;

    /**
     * Z-orders of task child layers other than activities, task fragments and layers interleaved
     * with them, e.g. IME windows. [-10000, 10000) is reserved for these layers.
@@ -99,8 +91,7 @@ public class TaskConstants {
            TASK_CHILD_LAYER_LETTERBOX_EDUCATION,
            TASK_CHILD_LAYER_WINDOW_DECORATIONS,
            TASK_CHILD_LAYER_RECENTS_ANIMATION_PIP_OVERLAY,
            TASK_CHILD_LAYER_TASK_OVERLAY,
            TASK_CHILD_LAYER_TASK_OVERLAY_ACTIVITIES
            TASK_CHILD_LAYER_TASK_OVERLAY
    })
    public @interface TaskChildLayer {}
}