()
| 236 | } |
| 237 | |
| 238 | @Override |
| 239 | public boolean isFullScreen() { |
| 240 | assert _onUIThread() : "Should be run on UI thread"; |
| 241 | return _nIsFullScreen(); |
| 242 | } |
| 243 | |
| 244 | @Override |
| 245 | public Window focus() { |
nothing calls this directly
no test coverage detected