Searched refs:processRunning (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/ |
D | PhoneStartingWindowTypeAlgorithm.java | 52 final boolean processRunning = (parameter & TYPE_PARAMETER_PROCESS_RUNNING) != 0; in getSuggestedWindowType() 75 newTask, taskSwitch, processRunning, allowTaskSnapshot, activityCreated, in getSuggestedWindowType() 83 if (!processRunning || newTask || (taskSwitch && !activityCreated)) { in getSuggestedWindowType()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityMetricsLogger.java | 344 boolean processRunning, boolean processSwitch, int processState, int processOomAdj, in create() argument 350 if (processRunning) { in create() 359 return new TransitionInfo(r, launchingState, options, transitionType, processRunning, in create() 365 ActivityOptions options, int transitionType, boolean processRunning, in TransitionInfo() argument 370 mProcessRunning = processRunning; in TransitionInfo() 689 final boolean processRunning = processRecord != null; in notifyActivityLaunched() 694 final boolean processSwitch = !processRunning in notifyActivityLaunched() 698 if (processRunning) { in notifyActivityLaunched() 709 + " launchedActivity=" + launchedActivity + " processRunning=" + processRunning in notifyActivityLaunched() 749 options, processRunning, processSwitch, processState, processOomAdj, in notifyActivityLaunched() [all …]
|
D | StartingSurfaceController.java | 103 boolean processRunning, boolean allowTaskSnapshot, boolean activityCreated, in makeStartingWindowTypeParameter() argument 113 if (processRunning) { in makeStartingWindowTypeParameter()
|
D | ActivityRecord.java | 2551 boolean taskSwitch, boolean processRunning, boolean allowTaskSnapshot, in addStartingWindow() argument 2573 final int type = getStartingWindowType(newTask, taskSwitch, processRunning, in addStartingWindow() 2587 .makeStartingWindowTypeParameter(newTask, taskSwitch, processRunning, in addStartingWindow() 2665 private int getStartingWindowType(boolean newTask, boolean taskSwitch, boolean processRunning, in getStartingWindowType() argument 2673 if (!newTask && taskSwitch && processRunning && !activityCreated && task.intent != null in getStartingWindowType() 2690 if ((newTask || !processRunning || (taskSwitch && !activityCreated)) in getStartingWindowType() 7605 boolean processRunning, boolean startActivity, ActivityRecord sourceRecord, in showStartingWindow() argument 7634 prev, newTask || newSingleActivity, taskSwitch, processRunning, in showStartingWindow()
|