Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitScreenUtils.kt28 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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteTargetGluer.java146 SplitBounds shellSplitBounds = targets.extras.getParcelable(KEY_EXTRA_SPLIT_BOUNDS, in assignTargetsForSplitScreen() local
148 mSplitBounds = convertShellSplitBoundsToLauncher(shellSplitBounds); in assignTargetsForSplitScreen()