From 52f809f90fe4f1d689a7706d35a2a91ed3eee133 Mon Sep 17 00:00:00 2001 From: Keiji Ariyama Date: Tue, 29 Jan 2013 14:17:39 +0900 Subject: Fixing missing internal link in document. Change-Id: I80b8712815ac05acfa753cbb40875b869d2e942d --- docs/html/guide/topics/graphics/hardware-accel.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/guide/topics/graphics/hardware-accel.jd b/docs/html/guide/topics/graphics/hardware-accel.jd index 04fb56482a16..b18174437ff9 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.

-

Software-based drawing model

+

Software-based drawing model

In the software drawing model, views are drawn with the following two steps:

  1. Invalidate the hierarchy
  2. @@ -207,7 +207,7 @@ changed. android.view.View#invalidate invalidate()} when their properties change, such as the background color or the text in a {@link android.widget.TextView}.

    -

    Hardware accelerated drawing model

    +

    Hardware accelerated drawing model

    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 -- cgit v1.2.3-59-g8ed1b