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.java246 public void findLastActiveTasksAndRunCallback(@Nullable List<ComponentKey> componentKeys, in findLastActiveTasksAndRunCallback() argument
249 if (componentKeys == null || componentKeys.isEmpty()) { in findLastActiveTasksAndRunCallback()
254 Task[] lastActiveTasks = new Task[componentKeys.size()]; in findLastActiveTasksAndRunCallback()
261 groupTask, componentKeys.get(0), componentKeys.get(1))) { in findLastActiveTasksAndRunCallback()
269 for (int i = 0; i < componentKeys.size(); i++) { in findLastActiveTasksAndRunCallback()
270 ComponentKey key = componentKeys.get(i); in findLastActiveTasksAndRunCallback()
DAppPairsController.java353 List<ComponentKey> componentKeys = in handleAppPairLaunchInApp() local
368 componentKeys, in handleAppPairLaunchInApp()
423 componentKeys, in handleAppPairLaunchInApp()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1752 List<ComponentKey> componentKeys = in launchFromOverviewTaskbar() local
1755 componentKeys, in launchFromOverviewTaskbar()