diff --git a/docs/html/guide/topics/graphics/hardware-accel.jd b/docs/html/guide/topics/graphics/hardware-accel.jd index 04fb56482a16b..b18174437ff91 100644 --- a/docs/html/guide/topics/graphics/hardware-accel.jd +++ b/docs/html/guide/topics/graphics/hardware-accel.jd @@ -175,7 +175,7 @@ href="#layers">View layers for more information about their uses.
draws views without hardware acceleration as well. The following sections describe the software-based and hardware-accelerated drawing models. -In the software drawing model, views are drawn with the following two steps:
The Android system still uses {@link android.view.View#invalidate invalidate()} and {@link android.view.View#draw draw()} to request screen updates and to render views, but handles the actual drawing differently. Instead of executing the drawing commands immediately, the Android