()
| 35 | } |
| 36 | |
| 37 | @Override |
| 38 | public IRect getContentRect() { |
| 39 | assert _onUIThread() : "Should be run on UI thread"; |
| 40 | return _nGetContentRect(); |
| 41 | } |
| 42 | |
| 43 | @Override |
| 44 | public Window setWindowPosition(int left, int top) { |
nothing calls this directly
no test coverage detected