summaryrefslogtreecommitdiffstats
path: root/samples/browseable/BasicMultitouch/_index.jd
diff options
context:
space:
mode:
authorquddusc <quddusc@google.com>2013-10-30 18:09:08 -0700
committerDirk Dougherty <ddougherty@google.com>2013-10-31 11:55:15 +0000
commit11d2eef36fc495bc842e3601cb90ba66f3243527 (patch)
tree5fb463a0f58ec6ddb99e9d686025598061ed0315 /samples/browseable/BasicMultitouch/_index.jd
parenta76387f7a4f5e65f8225e1b657ecdcfbee20682b (diff)
downloadandroid_development-11d2eef36fc495bc842e3601cb90ba66f3243527.tar.gz
android_development-11d2eef36fc495bc842e3601cb90ba66f3243527.tar.bz2
android_development-11d2eef36fc495bc842e3601cb90ba66f3243527.zip
Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2 (cherry picked from commit 3943cdc9626911fe2732fedd5c85e920c6078a9f)
Diffstat (limited to 'samples/browseable/BasicMultitouch/_index.jd')
-rw-r--r--samples/browseable/BasicMultitouch/_index.jd13
1 files changed, 5 insertions, 8 deletions
diff --git a/samples/browseable/BasicMultitouch/_index.jd b/samples/browseable/BasicMultitouch/_index.jd
index 056ee54b0..43a1e9020 100644
--- a/samples/browseable/BasicMultitouch/_index.jd
+++ b/samples/browseable/BasicMultitouch/_index.jd
@@ -5,11 +5,8 @@ page.tags="BasicMultitouch"
sample.group=Input
@jd:body
-<p>
-
-This samples demonstrates the use of MotionEvent properties to keep track of individual touches
-across multiple touch events.
-\n\nTouch the screen with multiple fingers to show that the pointer id
-(also represented by a colour) does not change as new touch events are received.</string>
-
- </p>
+<p>This samples demonstrates how to use the {@link android.view.MotionEvent}
+API to keep track of individual touches across multiple touch events.</p>
+<p>To see this in action, run the sample and touch the screen with multiple
+fingers to show that the pointer id (also represented by a colour) does not
+change as new touch events are received.</p>