Improve SystemUIJankTest for Notification scrolling performance

Add testNotificationListScroll() for GfxMonitor on scrolling

Bug : 71900748
Test: atest SystemUiJankTests#testNotificationListScroll

Change-Id: Id0633850ad9a5a2b21d0d3fb0e1219a8b466e76f
diff --git a/libs/utils/android/workloads/systemui.py b/libs/utils/android/workloads/systemui.py
index 6aea799..60c65e3 100644
--- a/libs/utils/android/workloads/systemui.py
+++ b/libs/utils/android/workloads/systemui.py
@@ -51,6 +51,7 @@
     "SystemUiJankTests#testRecentAppsDismiss",
     "SystemUiJankTests#testNotificationListPull",
     "SystemUiJankTests#testNotificationListPull_manyNotifications",
+    "SystemUiJankTests#testNotificationListScroll",
     "SystemUiJankTests#testQuickSettingsPull",
     "SystemUiJankTests#testUnlock",
     "SystemUiJankTests#testExpandGroup",