Are calls to Canvas.drawPath()/drawArc()/etc hardware accelerated, passed to a device native implementation or implemented in Java?
Or is OpenGL the only way to achieve hardware accelerated drawing?
I am trying to determine if it is feasible to use the Canvas API for realtime animation.