Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DSplitConfigurationOptions.java106 public final Rect rightBottomBounds; field in SplitConfigurationOptions.SplitBounds
134 public SplitBounds(Rect leftTopBounds, Rect rightBottomBounds, int leftTopTaskId, in SplitBounds() argument
137 this.rightBottomBounds = rightBottomBounds; in SplitBounds()
142 if (rightBottomBounds.top > leftTopBounds.top) { in SplitBounds()
145 leftTopBounds.right, rightBottomBounds.top); in SplitBounds()
151 rightBottomBounds.left, leftTopBounds.bottom); in SplitBounds()
158 if (rightBottomBounds.width() > leftTopBounds.width()) { in SplitBounds()
165 float totalWidth = rightBottomBounds.right - leftTopBounds.left; in SplitBounds()
166 float totalHeight = rightBottomBounds.bottom - leftTopBounds.top; in SplitBounds()
176 + "RightBottom: " + rightBottomBounds + ", taskId: " + rightBottomTaskId + "\n" in toString()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitScreenUtils.kt34 shellSplitBounds.leftTopBounds, shellSplitBounds.rightBottomBounds, in convertShellSplitBoundsToLauncher()
51 launcherSplitBounds.rightBottomBounds, in convertLauncherSplitBoundsToShell()