Removing focusability from QSPanel

While navigating with keyboard we shouldn't focus on QSPanel as it's not actionable.

Also removing unnecessary a11y ordering because QSPanel is not part of regular a11y ordering.
QSPanel seems to sometimes get a11y focus but I couldn't reach while exploring UI with Talkback - tested on phone/foldable/tablet.

Fixes: 332699488
Flag: None
Test: Traverse (split) shade with keyboard and notice QS panel doesn't get focus

Change-Id: Ie69d204fdafd7554a70a50512eb3db9a2614a8c6
diff --git a/packages/SystemUI/res/layout/qs_panel.xml b/packages/SystemUI/res/layout/qs_panel.xml
index 1eb05bf..e3c5a7d 100644
--- a/packages/SystemUI/res/layout/qs_panel.xml
+++ b/packages/SystemUI/res/layout/qs_panel.xml
@@ -36,8 +36,8 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:background="@android:color/transparent"
-            android:focusable="true"
-            android:accessibilityTraversalBefore="@android:id/edit"
+            android:focusable="false"
+            android:importantForAccessibility="yes"
             android:clipToPadding="false"
             android:clipChildren="false">