()
| 208 | } |
| 209 | |
| 210 | @Override |
| 211 | public Window maximize() { |
| 212 | assert _onUIThread() : "Should be run on UI thread"; |
| 213 | _nMaximize(); |
| 214 | return this; |
| 215 | } |
| 216 | |
| 217 | @Override |
| 218 | public Window minimize() { |
nothing calls this directly
no test coverage detected