Searched refs:rightBottomBounds (Results 1 – 2 of 2) sorted by relevance
106 public final Rect rightBottomBounds; field in SplitConfigurationOptions.SplitBounds134 public SplitBounds(Rect leftTopBounds, Rect rightBottomBounds, int leftTopTaskId, in SplitBounds() argument137 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()
34 shellSplitBounds.leftTopBounds, shellSplitBounds.rightBottomBounds, in convertShellSplitBoundsToLauncher()51 launcherSplitBounds.rightBottomBounds, in convertLauncherSplitBoundsToShell()