Searched refs:itemInfos (Results 1 – 2 of 2) sorted by relevance
336 List<? extends ItemInfo> itemInfos) { in handleAppPairLaunchInApp() argument339 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()
1192 List<? extends ItemInfo> itemInfos) { in launchFromTaskbar() argument1194 launchFromInAppTaskbar(recents, launchingIconView, itemInfos); in launchFromTaskbar()1196 launchFromOverviewTaskbar(recents, launchingIconView, itemInfos); in launchFromTaskbar()1204 @Nullable View launchingIconView, List<? extends ItemInfo> itemInfos) { in launchFromInAppTaskbar() argument1209 boolean tappedAppPair = itemInfos.size() == 2; in launchFromInAppTaskbar()1216 .handleAppPairLaunchInApp((AppPairIcon) launchingIconView, itemInfos); in launchFromInAppTaskbar() local1219 startItemInfoActivity(itemInfos.get(0), null /*foundTask*/); in launchFromInAppTaskbar()1230 @Nullable View launchingIconView, List<? extends ItemInfo> itemInfos) { in launchFromOverviewTaskbar() argument1235 boolean isLaunchingAppPair = itemInfos.size() == 2; in launchFromOverviewTaskbar()1238 itemInfos.stream().map(ItemInfo::getComponentKey).toList(); in launchFromOverviewTaskbar()[all …]