Home
last modified time | relevance | path

Searched refs:otherTask (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRecentTasks.java1244 final Task otherTask = mTasks.get(i); in findIndexToAdd() local
1245 if (task == otherTask) { in findIndexToAdd()
1249 if (!otherTask.isAttached()) { in findIndexToAdd()
1254 if (otherTask.inPinnedWindowingMode()) { in findIndexToAdd()
1259 if (otherTask.topRunningActivity() == null) { in findIndexToAdd()
1266 if (task.compareTo(otherTask) > 0) { in findIndexToAdd()
DWindowProcessController.java1091 final Task otherTask = activity.getTask(); in shouldKillProcessForRemovedTask() local
1092 if (task.mTaskId != otherTask.mTaskId && otherTask.inRecents) { in shouldKillProcessForRemovedTask()
DActivityMetricsLogger.java801 final Task otherTask = otherInfo.mLastLaunchedActivity.getTask(); in updateSplitPairLaunches() local
803 if (otherTask.isDescendantOf(adjacentToLaunchedTask)) { in updateSplitPairLaunches()
806 + " t2=" + otherTask.mTaskId); in updateSplitPairLaunches()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDragToDesktopTransitionHandler.kt146 val otherTask = in <lambda>() constant
153 otherSplitTask = otherTask in <lambda>()