H A D | TouchUtils.java | 17 package android.test; 39 * @param test The test case that is being run 41 * @deprecated {@link android.test.ActivityInstrumentationTestCase} is deprecated in favor of 42 * {@link android.test.ActivityInstrumentationTestCase2}, which provides more options for 43 * configuring the Activity under test 46 public static void dragQuarterScreenDown(ActivityInstrumentationTestCase test) { argument 47 dragQuarterScreenDown(test, test.getActivity()); 52 * @param test Th 55 dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) argument 76 dragQuarterScreenUp(ActivityInstrumentationTestCase test) argument 85 dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) argument 109 scrollToBottom(ActivityInstrumentationTestCase test, ViewGroup v) argument 121 scrollToBottom(InstrumentationTestCase test, Activity activity, ViewGroup v) argument 150 scrollToTop(ActivityInstrumentationTestCase test, ViewGroup v) argument 162 scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) argument 189 dragViewToBottom(ActivityInstrumentationTestCase test, View v) argument 200 dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) argument 216 dragViewToBottom(ActivityInstrumentationTestCase test, View v, int stepCount) argument 229 dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, int stepCount) argument 252 tapView(InstrumentationTestCase test, View v) argument 292 touchAndCancelView(InstrumentationTestCase test, View v) argument 327 clickView(InstrumentationTestCase test, View v) argument 378 longClickView(ActivityInstrumentationTestCase test, View v) argument 388 longClickView(InstrumentationTestCase test, View v) argument 438 dragViewToTop(ActivityInstrumentationTestCase test, View v) argument 454 dragViewToTop(ActivityInstrumentationTestCase test, View v, int stepCount) argument 464 dragViewToTop(InstrumentationTestCase test, View v) argument 475 dragViewToTop(InstrumentationTestCase test, View v, int stepCount) argument 548 dragViewBy(ActivityInstrumentationTestCase test, View v, int gravity, int deltaX, int deltaY) argument 570 dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, int deltaY) argument 603 dragViewTo(ActivityInstrumentationTestCase test, View v, int gravity, int toX, int toY) argument 620 dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, int toY) argument 654 dragViewToX(ActivityInstrumentationTestCase test, View v, int gravity, int toX) argument 670 dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) argument 701 dragViewToY(ActivityInstrumentationTestCase test, View v, int gravity, int toY) argument 717 dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) argument 748 drag(ActivityInstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument 763 drag(InstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument [all...] |