summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-07-08 21:22:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-07-08 21:22:37 +0000
commit538bd4d8f2ff80d33e26f951c834c8d3680b8420 (patch)
tree8d56d0b50c30f361534f6cdf81e12817df3f8b3f
parent1e7276ce35f68c2df10b52c8adf8adc2882b8671 (diff)
parent52f809f90fe4f1d689a7706d35a2a91ed3eee133 (diff)
downloadbase-538bd4d8f2ff80d33e26f951c834c8d3680b8420.tar.gz
Merge "Fixing missing internal link in document."
-rw-r--r--docs/html/guide/topics/graphics/hardware-accel.jd4
1 files 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</a> for more information about their uses.</p>
draws views without hardware acceleration as well. The following sections describe the
software-based and hardware-accelerated drawing models.</p>
-<h3>Software-based drawing model</h3>
+<h3 id="software-model">Software-based drawing model</h3>
<p>In the software drawing model, views are drawn with the following two steps:</p>
<ol>
<li>Invalidate the hierarchy</li>
@@ -207,7 +207,7 @@ changed.</li>
android.view.View#invalidate invalidate()} when their properties change, such as the background
color or the text in a {@link android.widget.TextView}.</p>
- <h3>Hardware accelerated drawing model</h3>
+ <h3 id="hardware-model">Hardware accelerated drawing model</h3>
<p>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