()
| 139 | } |
| 140 | |
| 141 | public Window minimize() { |
| 142 | assert _onUIThread() : "Should be run on UI thread"; |
| 143 | _nMinimize(); |
| 144 | return this; |
| 145 | } |
| 146 | |
| 147 | public Window restore() { |
| 148 | assert _onUIThread() : "Should be run on UI thread"; |
nothing calls this directly
no test coverage detected