Merge "Set StatusBar window to FOCUSABLE when input transfer focus needs happening Bug: 136507412 Test: manual" into qt-r1-dev

am: 43635d6a18

Change-Id: Ie483d49f51da5550009274f50140f32e6797a630
This commit is contained in:
Hyunyoung Song
2019-07-11 00:14:29 -07:00
committed by android-build-merger

View File

@@ -1938,6 +1938,7 @@ public class StatusBar extends SystemUI implements DemoMode,
if (start) {
mNotificationPanel.startWaitingForOpenPanelGesture();
setPanelExpanded(true);
} else {
mNotificationPanel.stopWaitingForOpenPanelGesture(velocity);
}