Replace deprecated/removed methods and fields with new API
1. Replace CanvasDimensions.CURRENT_SCREEN_WIDTH with nUIController.getScreenWidth().
2. Replace CanvasDimensions.CURRENT_SCREEN_HEIGHT with nUIController.getScreenHeight().
3. Replace CanvasDimensions.CURRENT_SCREEN_PPI with nUIController.getScreenPPI().
4. Replace Canvas.getWidth() with nUIController.getScreenWidth().
5. Replace Canvas.getHeight() with nUIController.getScreenHeight().