(boolean value)
| 167 | } |
| 168 | |
| 169 | @Override |
| 170 | public Window lockMouseCursor(boolean value) { |
| 171 | assert _onUIThread() : "Should be run on UI thread"; |
| 172 | _nLockMouseCursor(value); |
| 173 | return this; |
| 174 | } |
| 175 | |
| 176 | @Override |
| 177 | public Window setVisible(boolean value) { |
nothing calls this directly
no test coverage detected