Searched refs:launcherSplitBounds (Results 1 – 2 of 2) sorted by relevance
44 launcherSplitBounds: SplitConfigurationOptions.SplitBounds? in convertLauncherSplitBoundsToShell()46 return if (launcherSplitBounds == null) { in convertLauncherSplitBoundsToShell()50 launcherSplitBounds.leftTopBounds, in convertLauncherSplitBoundsToShell()51 launcherSplitBounds.rightBottomBounds, in convertLauncherSplitBoundsToShell()52 launcherSplitBounds.leftTopTaskId, in convertLauncherSplitBoundsToShell()53 launcherSplitBounds.rightBottomTaskId, in convertLauncherSplitBoundsToShell()54 launcherSplitBounds.snapPosition in convertLauncherSplitBoundsToShell()
344 final SplitConfigurationOptions.SplitBounds launcherSplitBounds = in loadTasksInBackground() local346 allTasks.add(new GroupTask(task1, task2, launcherSplitBounds)); in loadTasksInBackground()