()
| 470 | /// |
| 471 | /// the height of the display |
| 472 | public static int getDisplayHeight() { |
| 473 | return Display.impl.getDisplayHeight(); |
| 474 | } |
| 475 | |
| 476 | |
| 477 | /// Converts the dips count to pixels, dips are roughly 1mm in length. This is a very rough estimate and not |
no outgoing calls