()
| 40 | } |
| 41 | |
| 42 | @Override |
| 43 | public int getHeight() { |
| 44 | assert _onUIThread() : "Should be run on UI thread"; |
| 45 | return _height; |
| 46 | } |
| 47 | |
| 48 | public void makeCurrent() { |
| 49 | assert _onUIThread() : "Should be run on UI thread"; |
nothing calls this directly
no test coverage detected