()
| 20 | } |
| 21 | |
| 22 | @Override |
| 23 | public void reconfigure() { |
| 24 | assert _onUIThread() : "Should be run on UI thread"; |
| 25 | _nReconfigure(); |
| 26 | } |
| 27 | |
| 28 | @Override |
| 29 | public void resize(int width, int height) { |
nothing calls this directly
no test coverage detected