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