(window: WaylandWindow)
| 3065 | by + bh - SNAP_GAP_PX - groups.leftBottomHeight, |
| 3066 | ); |
| 3067 | layout.rightSplitY = clamp( |
| 3068 | layout.rightSplitY, |
| 3069 | by + groups.rightTopHeight, |
| 3070 | by + bh - SNAP_GAP_PX - groups.rightBottomHeight, |
| 3071 | ); |
| 3072 | } |
| 3073 | |
| 3074 | private floatingSnapMinSizeGroups(windows: WaylandWindow[]): { |
| 3075 | leftWidth: number; |
| 3076 | rightWidth: number; |
| 3077 | leftTopHeight: number; |
| 3078 | leftBottomHeight: number; |
| 3079 | rightTopHeight: number; |
| 3080 | rightBottomHeight: number; |
no test coverage detected