Searched refs:launchCookies (Results 1 – 4 of 4) sorted by relevance
78 List<IBinder> launchCookies, in createHomeAnimationFactory() argument101 targetTaskView == null ? launchCookies : Collections.emptyList(), in createHomeAnimationFactory()298 private View findWorkspaceView(List<IBinder> launchCookies, TaskView sourceTaskView) {311 for (IBinder cookie : launchCookies) {
145 List<IBinder> launchCookies, in createHomeAnimationFactory() argument
1511 List<IBinder> launchCookies,1579 ? runningTaskTarget.taskInfo.launchCookies
1351 final ArrayList<IBinder> launchCookies = runningTaskTarget.taskInfo.launchCookies == null in findLauncherView() local1353 : runningTaskTarget.taskInfo.launchCookies; in findLauncherView()1356 for (IBinder cookie : launchCookies) { in findLauncherView()