Home
last modified time | relevance | path

Searched refs:itemInfos (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAppPairsController.java336 List<? extends ItemInfo> itemInfos) { in handleAppPairLaunchInApp() argument
339 itemInfos.stream().map(ItemInfo::getComponentKey).toList(); in handleAppPairLaunchInApp()
379 ItemInfo app1 = itemInfos.get(0); in handleAppPairLaunchInApp()
380 ItemInfo app2 = itemInfos.get(1); in handleAppPairLaunchInApp()
425 ItemInfo app1 = itemInfos.get(0); in handleAppPairLaunchInApp()
426 ItemInfo app2 = itemInfos.get(1); in handleAppPairLaunchInApp()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java1192 List<? extends ItemInfo> itemInfos) { in launchFromTaskbar() argument
1194 launchFromInAppTaskbar(recents, launchingIconView, itemInfos); in launchFromTaskbar()
1196 launchFromOverviewTaskbar(recents, launchingIconView, itemInfos); in launchFromTaskbar()
1204 @Nullable View launchingIconView, List<? extends ItemInfo> itemInfos) { in launchFromInAppTaskbar() argument
1209 boolean tappedAppPair = itemInfos.size() == 2; in launchFromInAppTaskbar()
1216 .handleAppPairLaunchInApp((AppPairIcon) launchingIconView, itemInfos); in launchFromInAppTaskbar() local
1219 startItemInfoActivity(itemInfos.get(0), null /*foundTask*/); in launchFromInAppTaskbar()
1230 @Nullable View launchingIconView, List<? extends ItemInfo> itemInfos) { in launchFromOverviewTaskbar() argument
1235 boolean isLaunchingAppPair = itemInfos.size() == 2; in launchFromOverviewTaskbar()
1238 itemInfos.stream().map(ItemInfo::getComponentKey).toList(); in launchFromOverviewTaskbar()
[all …]