Home
last modified time | relevance | path

Searched refs:runningTaskInfo (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitWithKeyboardShortcutController.java121 ActivityManager.RunningTaskInfo runningTaskInfo = in onRecentsAnimationStart() local
123 mController.setInitialTaskSelect(runningTaskInfo, in onRecentsAnimationStart()
139 controller.screenshotTask(runningTaskInfo.taskId).getThumbnail(), in onRecentsAnimationStart()
144 Task.from(new Task.TaskKey(runningTaskInfo), runningTaskInfo, in onRecentsAnimationStart()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/
DCarFullscreenTaskMonitorListener.java164 for (ActivityManager.RunningTaskInfo runningTaskInfo : runningFullscreenTaskInfos) { in onCarConnected()
166 + runningTaskInfo.taskId); in onCarConnected()
167 mCarActivityManagerRef.get().onTaskAppeared(runningTaskInfo, null); in onCarConnected()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackSwipeHandler.java401 private void addGestureContract(Intent intent, RunningTaskInfo runningTaskInfo) { in addGestureContract() argument
402 if (mRunningOverHome || runningTaskInfo == null) { in addGestureContract()
406 TaskKey key = new TaskKey(runningTaskInfo); in addGestureContract()
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DPermissionRationaleTest.kt352 runningTasks.forEachIndexed { index, runningTaskInfo -> in <lambda>() method
DAppDataSharingUpdatesTest.kt695 runningTasks.forEachIndexed { index, runningTaskInfo -> in <lambda>() method