()
| 243 | } |
| 244 | |
| 245 | @Override |
| 246 | public boolean isFullScreen() { |
| 247 | assert _onUIThread() : "Should be run on UI thread"; |
| 248 | return _nIsFullScreen(); |
| 249 | } |
| 250 | |
| 251 | @ApiStatus.Internal public static native long _nMake(); |
| 252 | @ApiStatus.Internal public native void _nSetVisible(boolean isVisible); |
nothing calls this directly
no test coverage detected