()
| 289 | } |
| 290 | |
| 291 | @Override |
| 292 | public void close() { |
| 293 | assert _onUIThread() : "Should be run on UI thread"; |
| 294 | assert !isClosed() : "Window is already closed"; |
| 295 | _nClose(); |
| 296 | super.close(); |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | * Overrides press-and-hold behaviour for this window. |
nothing calls this directly
no test coverage detected