Searched refs:processRunning (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/ |
H A D | PhoneStartingWindowTypeAlgorithm.java | 54 final boolean processRunning = (parameter & TYPE_PARAMETER_PROCESS_RUNNING) != 0; in getSuggestedWindowType() 66 + " processRunning:" + processRunning in getSuggestedWindowType() 75 if (!processRunning || newTask || (taskSwitch && !activityCreated)) { in getSuggestedWindowType()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | StartingSurfaceController.java | 88 boolean processRunning, boolean allowTaskSnapshot, boolean activityCreated, in makeStartingWindowTypeParameter() argument 97 if (processRunning) { in makeStartingWindowTypeParameter()
|
H A D | ActivityMetricsLogger.java | 262 boolean processRunning, boolean processSwitch, boolean newActivityCreated, in create() argument 268 if (processRunning) { in create() 277 return new TransitionInfo(r, launchingState, options, transitionType, processRunning, in create() 283 ActivityOptions options, int transitionType, boolean processRunning, in TransitionInfo() argument 288 mProcessRunning = processRunning; in TransitionInfo() 588 final boolean processRunning = processRecord != null; in notifyActivityLaunched() 593 final boolean processSwitch = !processRunning in notifyActivityLaunched() 599 + " launchedActivity=" + launchedActivity + " processRunning=" + processRunning in notifyActivityLaunched() 636 options, processRunning, processSwitch, newActivityCreated, resultCode); in notifyActivityLaunched()
|
H A D | ActivityRecord.java | 2053 ActivityRecord from, boolean newTask, boolean taskSwitch, boolean processRunning, in addStartingWindow() argument 2074 final int type = getStartingWindowType(newTask, taskSwitch, processRunning, in addStartingWindow() 2088 .makeStartingWindowTypeParameter(newTask, taskSwitch, processRunning, in addStartingWindow() 2223 private int getStartingWindowType(boolean newTask, boolean taskSwitch, boolean processRunning, in getStartingWindowType() argument 2226 if ((newTask || !processRunning || (taskSwitch && !activityCreated)) in getStartingWindowType()
|