Gets the screen width. @return The width of the current screen.
()
| 395 | * @return The width of the current screen. |
| 396 | */ |
| 397 | public int getWidth() { |
| 398 | return handle.getWidth(); |
| 399 | } |
| 400 | |
| 401 | /** |
| 402 | * Gets the screen height. |
no test coverage detected