Gets the screen height. @return The height of the current screen.
()
| 404 | * @return The height of the current screen. |
| 405 | */ |
| 406 | public int getHeight() { |
| 407 | return handle.getHeight(); |
| 408 | } |
| 409 | |
| 410 | public void setResolution(int width, int height) { |
| 411 | handle.setResolution(width, height); |
no test coverage detected