AI 147793: cleanup broken links and delete all innacurate info in apidemo pages
BUG=1810005 Automated import of CL 147793
This commit is contained in:
committed by
The Android Open Source Project
parent
37dca7f3bc
commit
705a3ee397
@@ -8,28 +8,26 @@
|
||||
<h3>OpenGL|ES</h3>
|
||||
<dl>
|
||||
<dt><a href="CameraPreview.html">CameraPreview</a></dt>
|
||||
<dd> Demonstrates capturing the image stream from the camera, drawing to a surface (extending SurfaceView) on a separate thread (extending Thread).</dd>
|
||||
<dd>Demonstrates capturing the image stream from the camera, drawing to a surface (extending SurfaceView) on a separate thread (extending Thread).</dd>
|
||||
|
||||
<dt><a href="GLSurfaceViewActivity.html">GL SurfaceView</a></dt>
|
||||
<dd>Demonstrates how to perform OpenGL rendering in to a SurfaceView.
|
||||
<dl>
|
||||
<dt>Code:
|
||||
<dd> <a href="GLSurfaceViewActivity.html">GLSurfaceViewActivity.java</a>,
|
||||
<a href="GLSurfaceView.html">GLSurfaceView.java</a>
|
||||
<dd><a href="GLSurfaceViewActivity.html">GLSurfaceViewActivity.java</a>
|
||||
<dt>Layout:
|
||||
<dd> <a href="{@docRoot}samples/ApiDemos/res/layout/hello_world.html">
|
||||
hello_world.xml</a>
|
||||
<dd><a href="/guide/samples/ApiDemos/res/layout/hello_world.html">hello_world.xml</a>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt><a href="PolyToPoly.html">PolyToPoly</a></dt>
|
||||
<dd>Demonstrates calling the <a href="@{docRoot}reference/android/graphics/Matrix.html#setPolyToPoly(float[],%20int,%20float[],%20int,%20int)">Matrix.setPolyToPoly()</a> method to translate coordinates on a canvas to a new perspective (used to simulate perspective). </dd>
|
||||
<dd>Demonstrates calling the {@link android.graphics.Matrix.html#setPolyToPoly(float[],int,float[],int,int)} method to translate coordinates on a canvas to a new perspective (used to simulate perspective). </dd>
|
||||
|
||||
<dt><a href="DrawPoints.html">DrawPoints</a></dt>
|
||||
<dd>Demonstrates using the <a href="android.graphics.Paint">Paint</a> and <a href="android.graphics.Canvas">Canvas</a> objects to draw random points on the screen, with different colors and strokes. </dd>
|
||||
<dd>Demonstrates using the {@link android.graphics.Paint} and {@link android.graphics.Canvas} objects to draw random points on the screen, with different colors and strokes. </dd>
|
||||
|
||||
<dt><a href="PathEffects.html">PathEffects</a></dt>
|
||||
<dd> Demonstrates the use of <a href="android.graphics.Path">Path</a> and various <a href="android.graphics.PathEffect">PathEffect</a> subclasses. </dd>
|
||||
<dd>Demonstrates the use of {@link android.graphics.Path} and various {@link android.graphics.PathEffect} subclasses. </dd>
|
||||
|
||||
<dt><a href="SurfaceViewOverlay.html">SurfaceView Overlay</a></dt>
|
||||
<dd>Shows how you can place overlays on top of a SurfaceView.
|
||||
@@ -38,11 +36,10 @@
|
||||
<dd> <a href="SurfaceViewOverlay.html">SurfaceViewOverlay.java</a>,
|
||||
<a href="GLSurfaceView.html">GLSurfaceView.java</a>
|
||||
<dt>Layout:
|
||||
<dd> <a href="{@docRoot}samples/ApiDemos/res/layout/surface_view_overlay.html">
|
||||
surface_view_overlay.xml</a>
|
||||
<dd><a href="/guide/samples/ApiDemos/res/layout/surface_view_overlay.html">surface_view_overlay.xml</a>
|
||||
</dl>
|
||||
</dd>
|
||||
|
||||
<dt><a href="TouchPaint.html">TouchPaint</a></dt>
|
||||
<dd> Demonstrates the handling of touch screen events to implement a simple painting app. </dd>
|
||||
<dd>Demonstrates the handling of touch screen events to implement a simple painting app. </dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user