Searched refs:shellSplitBounds (Results 1 – 2 of 2) sorted by relevance
28 shellSplitBounds: SplitBounds? in convertShellSplitBoundsToLauncher()30 return if (shellSplitBounds == null) { in convertShellSplitBoundsToLauncher()34 shellSplitBounds.leftTopBounds, shellSplitBounds.rightBottomBounds, in convertShellSplitBoundsToLauncher()35 shellSplitBounds.leftTopTaskId, shellSplitBounds.rightBottomTaskId, in convertShellSplitBoundsToLauncher()36 shellSplitBounds.snapPosition in convertShellSplitBoundsToLauncher()
146 SplitBounds shellSplitBounds = targets.extras.getParcelable(KEY_EXTRA_SPLIT_BOUNDS, in assignTargetsForSplitScreen() local148 mSplitBounds = convertShellSplitBoundsToLauncher(shellSplitBounds); in assignTargetsForSplitScreen()