File tree Expand file tree Collapse file tree
quickstep/src/com/android/quickstep Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343import static com .android .systemui .shared .system .QuickStepContract .SYSUI_STATE_OVERVIEW_DISABLED ;
4444import static com .android .systemui .shared .system .QuickStepContract .SYSUI_STATE_QUICK_SETTINGS_EXPANDED ;
4545import static com .android .systemui .shared .system .QuickStepContract .SYSUI_STATE_SCREEN_PINNING ;
46+ import static com .android .systemui .shared .system .QuickStepContract .SYSUI_STATE_STATUS_BAR_KEYGUARD_SHOWING ;
4647import static com .android .systemui .shared .system .QuickStepContract .SYSUI_STATE_STATUS_BAR_KEYGUARD_SHOWING_OCCLUDED ;
4748
4849import android .app .ActivityTaskManager ;
@@ -381,6 +382,7 @@ public boolean canStartSystemGesture() {
381382 || mRotationTouchHelper .isTaskListFrozen ();
382383 return canStartWithNavHidden
383384 && (mSystemUiStateFlags & SYSUI_STATE_NOTIFICATION_PANEL_EXPANDED ) == 0
385+ && (mSystemUiStateFlags & SYSUI_STATE_STATUS_BAR_KEYGUARD_SHOWING ) == 0
384386 && (mSystemUiStateFlags & SYSUI_STATE_QUICK_SETTINGS_EXPANDED ) == 0
385387 && (mSystemUiStateFlags & SYSUI_STATE_MAGNIFICATION_OVERLAP ) == 0
386388 && ((mSystemUiStateFlags & SYSUI_STATE_HOME_DISABLED ) == 0
You can’t perform that action at this time.
0 commit comments