commit | 4a51c20ce607c74914f90fd897f04080121ac13b | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Fri Aug 21 15:14:02 2009 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Mon Aug 24 17:37:32 2009 -0700 |
tree | 067caf43aa752a8952061d7d8e03fb1aeb77c96e | |
parent | cf3a08307d1599eaa91d7cc4e7c601e5fa13037f [diff] [blame] |
I am getting tired of the java doc warnings, so fix them. Change-Id: I2205eebae419eaf4a0992c9f5b7cd807eb843fe1
diff --git a/test-runner/android/test/TouchUtils.java b/test-runner/android/test/TouchUtils.java index 52d2ee8..962b2f9 100644 --- a/test-runner/android/test/TouchUtils.java +++ b/test-runner/android/test/TouchUtils.java
@@ -565,6 +565,7 @@ * {@link android.test.ActivityInstrumentationTestCase2}, which provides more options for * configuring the Activity under test */ + @Deprecated public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, int deltaY) { int[] xy = new int[2];