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