Merge "Define type set for taskbar overlays." into udc-dev am: 804107b058

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22600117

Change-Id: I14317d56680a82b9304f7ff5a23ddbc838252692
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Brian Isganitis
2023-04-13 14:58:38 +00:00
committed by Automerger Merge Worker
@@ -127,6 +127,10 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
TYPE_WIDGETS_FULL_SHEET | TYPE_WIDGET_RESIZE_FRAME | TYPE_ON_BOARD_POPUP |
TYPE_DISCOVERY_BOUNCE | TYPE_TASK_MENU | TYPE_DRAG_DROP_POPUP;
// Floating views that are exclusive to the taskbar overlay window.
public static final int TYPE_TASKBAR_OVERLAYS =
TYPE_TASKBAR_ALL_APPS | TYPE_TASKBAR_EDUCATION_DIALOG;
protected boolean mIsOpen;
public AbstractFloatingView(Context context, AttributeSet attrs) {