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

Commit af5033e8 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

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

parents 41c836e6 2d967e45
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 {}
}