(boolean value)
| 151 | } |
| 152 | |
| 153 | @Override |
| 154 | public Window setFullScreen(boolean value) { |
| 155 | throw new UnsupportedOperationException("impl me!"); |
| 156 | } |
| 157 | |
| 158 | @Override |
| 159 | public boolean isFullScreen() { |
nothing calls this directly
no outgoing calls
no test coverage detected