summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-02-17 18:53:36 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-17 18:53:36 -0800
commita58f58daf94caa7e50c04707a67ba1a9dacb0a9c (patch)
tree80d99444dd45b234e00a2ae31f1cc234dce9b0d0 /libs
parent0ddd2d1ea7cda544efc4d25601e1cdc0236e44d8 (diff)
parent6518f486a5b9cdcb48df3ca09732b51b6df249bf (diff)
downloadframeworks_base-a58f58daf94caa7e50c04707a67ba1a9dacb0a9c.zip
frameworks_base-a58f58daf94caa7e50c04707a67ba1a9dacb0a9c.tar.gz
frameworks_base-a58f58daf94caa7e50c04707a67ba1a9dacb0a9c.tar.bz2
Merge "Doc change: fixing renderscript samples" into honeycomb
Diffstat (limited to 'libs')
-rw-r--r--libs/rs/java/Balls/_index.html1
-rw-r--r--libs/rs/java/Fountain/_index.html5
-rw-r--r--libs/rs/java/HelloCompute/_index.html2
-rw-r--r--libs/rs/java/HelloWorld/_index.html1
-rw-r--r--libs/rs/java/Samples/_index.html1
-rw-r--r--libs/rs/java/_index.html1
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