Explicitly call drawing.
This method calls onDraw indirectly.
If you want to draw it yourself, call this method and draw within onDraw.
Specify Window.drawCycle to draw periodically, and avoid explicitly drawing with this method as much as possible.
It may not be supported on other platforms in the future.