diff options
| author | Robert Ly <robertly@google.com> | 2011-02-17 20:21:35 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-02-17 20:21:35 -0800 |
| commit | d2acfd6d04545562fcacd266e175461f26b25da9 (patch) | |
| tree | 40710f28be3cfa8bcd8c2db1f9323345cd612567 /libs/rs/java | |
| parent | aa680857e6ba107dfc9c76c5a342f6f907120c22 (diff) | |
| parent | a58f58daf94caa7e50c04707a67ba1a9dacb0a9c (diff) | |
| download | frameworks_base-d2acfd6d04545562fcacd266e175461f26b25da9.zip frameworks_base-d2acfd6d04545562fcacd266e175461f26b25da9.tar.gz frameworks_base-d2acfd6d04545562fcacd266e175461f26b25da9.tar.bz2 | |
am a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb
* commit 'a58f58daf94caa7e50c04707a67ba1a9dacb0a9c':
Doc change: fixing renderscript samples
Diffstat (limited to 'libs/rs/java')
| -rw-r--r-- | libs/rs/java/Balls/_index.html | 1 | ||||
| -rw-r--r-- | libs/rs/java/Fountain/_index.html | 5 | ||||
| -rw-r--r-- | libs/rs/java/HelloCompute/_index.html | 2 | ||||
| -rw-r--r-- | libs/rs/java/HelloWorld/_index.html | 1 | ||||
| -rw-r--r-- | libs/rs/java/Samples/_index.html | 1 | ||||
| -rw-r--r-- | libs/rs/java/_index.html | 1 |
6 files changed, 11 insertions, 0 deletions
diff --git a/libs/rs/java/Balls/_index.html b/libs/rs/java/Balls/_index.html new file mode 100644 index 0000000..8760485 --- /dev/null +++ b/libs/rs/java/Balls/_index.html @@ -0,0 +1 @@ +<p>A brute force physics simulation that renders many balls onto the screen and moves them according to user touch and gravity.</p>
\ No newline at end of file diff --git a/libs/rs/java/Fountain/_index.html b/libs/rs/java/Fountain/_index.html new file mode 100644 index 0000000..223242f --- /dev/null +++ b/libs/rs/java/Fountain/_index.html @@ -0,0 +1,5 @@ +<p>An example that renders many dots on the screen that follow a user's touch. The dots fall +to the bottom of the screen when the user releases the finger.</p> + + + diff --git a/libs/rs/java/HelloCompute/_index.html b/libs/rs/java/HelloCompute/_index.html new file mode 100644 index 0000000..abfd978 --- /dev/null +++ b/libs/rs/java/HelloCompute/_index.html @@ -0,0 +1,2 @@ +<p>A Renderscript compute sample that filters a bitmap. No Renderscript graphics APIs are used +in this sample.</p>
\ No newline at end of file diff --git a/libs/rs/java/HelloWorld/_index.html b/libs/rs/java/HelloWorld/_index.html new file mode 100644 index 0000000..4cab738 --- /dev/null +++ b/libs/rs/java/HelloWorld/_index.html @@ -0,0 +1 @@ +<p>A Renderscript graphics application that draws the text "Hello, World!" where the user touches.</p>
\ No newline at end of file diff --git a/libs/rs/java/Samples/_index.html b/libs/rs/java/Samples/_index.html new file mode 100644 index 0000000..5872431 --- /dev/null +++ b/libs/rs/java/Samples/_index.html @@ -0,0 +1 @@ +<p>A set of samples that demonstrate how to use various features of the Renderscript APIs.</p>
\ No newline at end of file diff --git a/libs/rs/java/_index.html b/libs/rs/java/_index.html new file mode 100644 index 0000000..5872431 --- /dev/null +++ b/libs/rs/java/_index.html @@ -0,0 +1 @@ +<p>A set of samples that demonstrate how to use various features of the Renderscript APIs.</p>
\ No newline at end of file |
