summaryrefslogtreecommitdiffstats
path: root/docs/html/training/gestures
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-07-23 19:35:17 -0700
committerScott Main <smain@google.com>2013-07-23 19:37:52 -0700
commit4e2c9dc74b74b1ba10793177475a599f75fbb18b (patch)
tree3d8ad9a6fdc1aaa71ca7666d101e7f6ce0982331 /docs/html/training/gestures
parentf213415175ec83df7b39089d559eb9d02b72883a (diff)
downloadframeworks_base-4e2c9dc74b74b1ba10793177475a599f75fbb18b.zip
frameworks_base-4e2c9dc74b74b1ba10793177475a599f75fbb18b.tar.gz
frameworks_base-4e2c9dc74b74b1ba10793177475a599f75fbb18b.tar.bz2
update all links to the support library
Change-Id: I173e3690148e5de3020bfdca8087906faa56b13b
Diffstat (limited to 'docs/html/training/gestures')
-rw-r--r--docs/html/training/gestures/detector.jd2
-rw-r--r--docs/html/training/gestures/movement.jd2
-rw-r--r--docs/html/training/gestures/multi.jd2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/training/gestures/detector.jd b/docs/html/training/gestures/detector.jd
index 65ddb1b..a8e0fdb 100644
--- a/docs/html/training/gestures/detector.jd
+++ b/docs/html/training/gestures/detector.jd
@@ -58,7 +58,7 @@ gestures your app supports. </li>
<p>The examples in this lesson use the {@link android.support.v4.view.GestureDetectorCompat}
and {@link android.support.v4.view.MotionEventCompat} classes. These classes are in the
-<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>. You should use
+<a href="{@docRoot}tools/support-library/index.html">Support Library</a>. You should use
Support Library classes where possible to provide compatibility with devices
running Android 1.6 and higher. Note that {@link android.support.v4.view.MotionEventCompat} is <em>not</em> a
replacement for the {@link android.view.MotionEvent} class. Rather, it provides static utility
diff --git a/docs/html/training/gestures/movement.jd b/docs/html/training/gestures/movement.jd
index fdc1ea4..136b37a 100644
--- a/docs/html/training/gestures/movement.jd
+++ b/docs/html/training/gestures/movement.jd
@@ -91,7 +91,7 @@ determining factor in tracking a gesture's characteristics or even deciding
whether the gesture occurred. To make velocity calculation easier, Android
provides the {@link android.view.VelocityTracker} class and the
{@link android.support.v4.view.VelocityTrackerCompat} class in the
-<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>.
+<a href="{@docRoot}tools/support-library/index.html">Support Library</a>.
{@link
android.view.VelocityTracker} helps you track the velocity of touch events. This
is useful for gestures in which velocity is part of the criteria for the
diff --git a/docs/html/training/gestures/multi.jd b/docs/html/training/gestures/multi.jd
index 6a0df11..5840482 100644
--- a/docs/html/training/gestures/multi.jd
+++ b/docs/html/training/gestures/multi.jd
@@ -123,7 +123,7 @@ the pointer associated with the action. This is illustrated in the snippet below
<p class="note"><strong>Note:</strong> This example uses the
{@link android.support.v4.view.MotionEventCompat}
class. This class is in the
-<a href="{@docRoot}tools/extras/support-library.html">Support Library</a>. You should use
+<a href="{@docRoot}tools/support-library/index.html">Support Library</a>. You should use
{@link android.support.v4.view.MotionEventCompat} to provide the best support for a wide range of
platforms. Note that {@link android.support.v4.view.MotionEventCompat} is <em>not</em> a
replacement for the {@link android.view.MotionEvent} class. Rather, it provides static utility