Home
last modified time | relevance | path

Searched refs:EXIT_REASON_DEVICE_FOLDED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitscreenEventLogger.java44 import static com.android.wm.shell.splitscreen.SplitScreenController.EXIT_REASON_DEVICE_FOLDED;
179 case EXIT_REASON_DEVICE_FOLDED: in getLoggerExitReason()
DSplitScreenController.java130 public static final int EXIT_REASON_DEVICE_FOLDED = 3; field in SplitScreenController
145 EXIT_REASON_DEVICE_FOLDED,
1053 case EXIT_REASON_DEVICE_FOLDED: in exitReasonToString()
DStageCoordinator.java59 import static com.android.wm.shell.splitscreen.SplitScreenController.EXIT_REASON_DEVICE_FOLDED;
1522 clearSplitPairedInRecents(EXIT_REASON_DEVICE_FOLDED); in onFinishedWakingUp()
1526 mTopStageAfterFoldDismiss, EXIT_REASON_DEVICE_FOLDED); in onFinishedWakingUp()
1531 EXIT_REASON_DEVICE_FOLDED); in onFinishedWakingUp()
1716 case EXIT_REASON_DEVICE_FOLDED: in shouldBreakPairedTaskInRecents()