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

Commit 0c435fe5 authored by Winson Chung's avatar Winson Chung
Browse files

Cleaning up com.android.window.flags.supports_drag_assistant_to_multiwindow flag

NO_EXPORTED_FLAG_DELETION_CHECK=Flag was not used internally

Bug: 378565144
Bug: 371206207
Flag: EXEMPT cleanup
Test: m droid
Change-Id: I9ebcb3c985d1902080a3053657c03fbfd8c8c176
parent 4d23daf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55160,7 +55160,7 @@ package android.view {
    field public static final int DRAG_FLAG_GLOBAL_SAME_APPLICATION = 4096; // 0x1000
    field public static final int DRAG_FLAG_GLOBAL_URI_READ = 1; // 0x1
    field public static final int DRAG_FLAG_GLOBAL_URI_WRITE = 2; // 0x2
    field @FlaggedApi("com.android.window.flags.supports_drag_assistant_to_multiwindow") public static final int DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START = 16384; // 0x4000
    field public static final int DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START = 16384; // 0x4000
    field public static final int DRAG_FLAG_OPAQUE = 512; // 0x200
    field public static final int DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG = 8192; // 0x2000
    field @Deprecated public static final int DRAWING_CACHE_QUALITY_AUTO = 0; // 0x0
+0 −2
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ import static com.android.internal.util.FrameworkStatsLog.TOUCH_GESTURE_CLASSIFI
import static com.android.internal.util.FrameworkStatsLog.TOUCH_GESTURE_CLASSIFIED__CLASSIFICATION__LONG_PRESS;
import static com.android.internal.util.FrameworkStatsLog.TOUCH_GESTURE_CLASSIFIED__CLASSIFICATION__SINGLE_TAP;
import static com.android.internal.util.FrameworkStatsLog.TOUCH_GESTURE_CLASSIFIED__CLASSIFICATION__UNKNOWN_CLASSIFICATION;
import static com.android.window.flags.Flags.FLAG_SUPPORTS_DRAG_ASSISTANT_TO_MULTIWINDOW;
import static com.android.window.flags.Flags.reduceChangedExclusionRectsMsgs;
import static java.lang.Math.max;
@@ -5638,7 +5637,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
     * the current drag gesture. Only the current
     * {@link android.service.voice.VoiceInteractionService} may use this flag.
     */
    @FlaggedApi(FLAG_SUPPORTS_DRAG_ASSISTANT_TO_MULTIWINDOW)
    public static final int DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START = 1 << 14;
    /**
+0 −9
Original line number Diff line number Diff line
@@ -103,15 +103,6 @@ flag {
    is_fixed_read_only: true
}

flag {
    name: "supports_drag_assistant_to_multiwindow"
    is_exported: true
    namespace: "multitasking"
    description: "Enables support for dragging the assistant into multiwindow"
    bug: "371206207"
    is_fixed_read_only: true
}

flag {
  name: "do_not_force_wallpaper_for_freeform_task"
  namespace: "windowing_frontend"