(Window window)
| 14 | } |
| 15 | |
| 16 | @Override |
| 17 | public void attach(Window window) { |
| 18 | assert _onUIThread() : "Should be run on UI thread"; |
| 19 | _nAttach(window); |
| 20 | _window = window; |
| 21 | } |
| 22 | |
| 23 | @Override |
| 24 | public void reconfigure() { |
nothing calls this directly
no test coverage detected