()
| 29 | } |
| 30 | |
| 31 | @Override |
| 32 | public IRect getWindowRect() { |
| 33 | assert _onUIThread() : "Should be run on UI thread"; |
| 34 | return _nGetWindowRect(); |
| 35 | } |
| 36 | |
| 37 | @Override |
| 38 | public IRect getContentRect() { |
nothing calls this directly
no test coverage detected