Lines Matching refs:InstrumentationTestCase
55 public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenDown()
85 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenUp()
121 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, in scrollToBottom()
162 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop()
200 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom()
229 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom()
252 public static void tapView(InstrumentationTestCase test, View v) { in tapView()
292 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView()
327 public static void clickView(InstrumentationTestCase test, View v) { in clickView()
379 longClickView((InstrumentationTestCase) test, v); in longClickView()
388 public static void longClickView(InstrumentationTestCase test, View v) { in longClickView()
439 dragViewToTop((InstrumentationTestCase) test, v, 4); in dragViewToTop()
455 dragViewToTop((InstrumentationTestCase) test, v, stepCount); in dragViewToTop()
464 public static void dragViewToTop(InstrumentationTestCase test, View v) { in dragViewToTop()
475 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
550 return dragViewBy((InstrumentationTestCase) test, v, gravity, deltaX, deltaY); in dragViewBy()
570 public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, in dragViewBy()
605 return dragViewTo((InstrumentationTestCase) test, v, gravity, toX, toY); in dragViewTo()
620 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo()
656 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX); in dragViewToX()
670 public static int dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) { in dragViewToX()
703 return dragViewToY((InstrumentationTestCase) test, v, gravity, toY); in dragViewToY()
717 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY()
750 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag()
763 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, in drag()