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