(boolean value)
| 229 | } |
| 230 | |
| 231 | @Override |
| 232 | public Window setFullScreen(boolean value) { |
| 233 | assert _onUIThread() : "Should be run on UI thread"; |
| 234 | _nSetFullScreen(value); |
| 235 | return this; |
| 236 | } |
| 237 | |
| 238 | @Override |
| 239 | public boolean isFullScreen() { |
nothing calls this directly
no test coverage detected