Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 538bd4d8 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Gerrit Code Review
Browse files

Merge "Fixing missing internal link in document."

parents 1e7276ce 52f809f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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
  draws views without hardware acceleration as well. The following sections describe the
  software-based  and hardware-accelerated drawing models.</p>
  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>
<p>In the software drawing model, views are drawn with the following two steps:</p>
  <ol>
  <ol>
    <li>Invalidate the hierarchy</li>
    <li>Invalidate the hierarchy</li>
@@ -207,7 +207,7 @@ changed.</li>
  android.view.View#invalidate invalidate()} when their properties change, such as the background
  android.view.View#invalidate invalidate()} when their properties change, such as the background
  color or the text in a {@link android.widget.TextView}.</p>
  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
  <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
  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
  actual drawing differently. Instead of executing the drawing commands immediately, the Android