diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:05:43 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:05:43 -0800 |
commit | f013e1afd1e68af5e3b868c26a653bbfb39538f8 (patch) | |
tree | 7ad6c8fd9c7b55f4b4017171dec1cb760bbd26bf /docs/html/guide/topics/sensors | |
parent | e70cfafe580c6f2994c4827cd8a534aabf3eb05c (diff) | |
download | frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.zip frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.tar.gz frameworks_base-f013e1afd1e68af5e3b868c26a653bbfb39538f8.tar.bz2 |
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'docs/html/guide/topics/sensors')
-rw-r--r-- | docs/html/guide/topics/sensors/accelerometer.jd | 18 | ||||
-rw-r--r-- | docs/html/guide/topics/sensors/camera.jd | 18 | ||||
-rw-r--r-- | docs/html/guide/topics/sensors/compass.jd | 18 | ||||
-rw-r--r-- | docs/html/guide/topics/sensors/index.jd | 13 |
4 files changed, 67 insertions, 0 deletions
diff --git a/docs/html/guide/topics/sensors/accelerometer.jd b/docs/html/guide/topics/sensors/accelerometer.jd new file mode 100644 index 0000000..da760bc --- /dev/null +++ b/docs/html/guide/topics/sensors/accelerometer.jd @@ -0,0 +1,18 @@ +page.title=Accelerometer +parent.title=Sensors +parent.link=index.html +@jd:body + +<div id="qv-wrapper"> +<div id="qv"> + + <h2>In this document</h2> + <ol> + + </ol> + +</div> +</div> + + +TODO
\ No newline at end of file diff --git a/docs/html/guide/topics/sensors/camera.jd b/docs/html/guide/topics/sensors/camera.jd new file mode 100644 index 0000000..821333e --- /dev/null +++ b/docs/html/guide/topics/sensors/camera.jd @@ -0,0 +1,18 @@ +page.title=Camera +parent.title=Sensors +parent.link=index.html +@jd:body + +<div id="qv-wrapper"> +<div id="qv"> + + <h2>Key class</h2> + <ol> + <li>{@link android.hardware.Camera android.hardware.Camera}</li> + </ol> + <h2>In this document</h2> + <ol> + <li>TODO</li> + </ol> +</div> +</div>
\ No newline at end of file diff --git a/docs/html/guide/topics/sensors/compass.jd b/docs/html/guide/topics/sensors/compass.jd new file mode 100644 index 0000000..1e45d2d --- /dev/null +++ b/docs/html/guide/topics/sensors/compass.jd @@ -0,0 +1,18 @@ +page.title=Compass +parent.title=Sensors +parent.link=index.html +@jd:body + +<div id="qv-wrapper"> +<div id="qv"> + + <h2>In this document</h2> + <ol> + + </ol> + +</div> +</div> + + +TODO
\ No newline at end of file diff --git a/docs/html/guide/topics/sensors/index.jd b/docs/html/guide/topics/sensors/index.jd new file mode 100644 index 0000000..54a0814 --- /dev/null +++ b/docs/html/guide/topics/sensors/index.jd @@ -0,0 +1,13 @@ +page.title=Sensors +@jd:body + +<div id="qv-wrapper"> +<div id="qv"> + + + +<h2>Accelerometer</h2> +<p>The accelerometer sensors allow you to detect the various movements of the device.</p> + +<h2>Compass</h2> +<p>The compass provides data on the devices current polar orientation.</p>
\ No newline at end of file |