Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitscreenEventLogger.java38 import static com.android.wm.shell.splitscreen.SplitScreenController.ENTER_REASON_LAUNCHER;
160 case ENTER_REASON_LAUNCHER: in getLoggerEnterReason()
DSplitScreenController.java163 public static final int ENTER_REASON_LAUNCHER = 3; field in SplitScreenController
168 ENTER_REASON_LAUNCHER,
577 mStageCoordinator.onRequestToSplit(instanceId, ENTER_REASON_LAUNCHER); in startShortcut()
681 mStageCoordinator.onRequestToSplit(instanceId, ENTER_REASON_LAUNCHER); in startIntent()
DStageCoordinator.java53 import static com.android.wm.shell.splitscreen.SplitScreenController.ENTER_REASON_LAUNCHER;
1285 mLogger.enterRequested(instanceId, ENTER_REASON_LAUNCHER); in setEnterInstanceId()