surfaceChanged

open fun surfaceChanged(holder: SurfaceHolder, format: Int, width: Int, height: Int)

SurfaceHolder.Callback method

Draws when the surface changes. Since nothing else is touching the surface, and we're not animating, we just draw here and ignore it.