Allow Full Screen Glanceable Hub Swipe Entry on Lockscreen.
This changelist adds support for swiping in Glanceable Hub. When
enabled, horizontal swipe behaviors over the lockscreen under the
notification stack will drive the entry gesture into Glanceable
Hub.
Test: atest GlanceableHubContainerControllerTest#fullScreenSwipeGesture_doNotProcessTouchesInNotificationStack
Test atest MultiPointerDraggableTest#multiPointerSwipeDetectorInteraction
Flag: com.android.systemui.glanceable_hub_fullscreen_swipe
Bug: 339665673
Change-Id: Ib5d012e39b3ac4ea555b5cbb39c06cfc3c137fd9
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 1df9c88e..d0f5d7b 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -997,6 +997,13 @@
}
flag {
+ name: "glanceable_hub_fullscreen_swipe"
+ namespace: "systemui"
+ description: "Increase swipe area for gestures to bring in glanceable hub"
+ bug: "339665673"
+}
+
+flag {
name: "glanceable_hub_shortcut_button"
namespace: "systemui"
description: "Shows a button over the dream and lock screen to open the glanceable hub"