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