The document discusses Android accelerated rendering. It describes how hardware acceleration allows Android to render UI elements on the GPU rather than the CPU. This improves performance by taking advantage of the GPU's parallel processing abilities. It outlines the new drawing model which uses display lists to cache drawing commands and reduce redundant work. Finally, it compares the old software rendering approach to the new hardware accelerated approach using display lists.