Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java249 public void findLastActiveTasksAndRunCallback(@Nullable List<ComponentKey> componentKeys, in findLastActiveTasksAndRunCallback() argument
252 if (componentKeys == null || componentKeys.isEmpty()) { in findLastActiveTasksAndRunCallback()
257 Task[] lastActiveTasks = new Task[componentKeys.size()]; in findLastActiveTasksAndRunCallback()
264 groupTask, componentKeys.get(0), componentKeys.get(1))) { in findLastActiveTasksAndRunCallback()
272 for (int i = 0; i < componentKeys.size(); i++) { in findLastActiveTasksAndRunCallback()
273 ComponentKey key = componentKeys.get(i); in findLastActiveTasksAndRunCallback()
DAppPairsController.java338 List<ComponentKey> componentKeys = in handleAppPairLaunchInApp() local
353 componentKeys, in handleAppPairLaunchInApp()
408 componentKeys, in handleAppPairLaunchInApp()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1237 List<ComponentKey> componentKeys = in launchFromOverviewTaskbar() local
1240 componentKeys, in launchFromOverviewTaskbar()