Lines Matching refs:ActivityInstrumentationTestCase
41 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
46 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) {
71 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
76 public static void dragQuarterScreenUp(ActivityInstrumentationTestCase test) {
104 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
109 public static void scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) {
145 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
150 public static void scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) {
184 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
189 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v) {
211 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
216 public static void dragViewToBottom(ActivityInstrumentationTestCase test, View v,
373 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
378 public static void longClickView(ActivityInstrumentationTestCase test, View v) {
433 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
438 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v) {
449 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
454 public static void dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) {
543 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
548 public static int dragViewBy(ActivityInstrumentationTestCase test, View v, int gravity,
565 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
598 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
603 public static int dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX,
649 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
654 public static int dragViewToX(ActivityInstrumentationTestCase test, View v, int gravity,
696 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
701 public static int dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity,
743 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of
748 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX,