Lines Matching refs:InstrumentationTestCase

68     public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) {  in dragQuarterScreenDown()
97 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) { in dragQuarterScreenUp()
143 public static void scrollToBottom(InstrumentationTestCase test, Activity activity, in scrollToBottom()
178 public static void scrollToTop(InstrumentationTestCase test, Activity activity, ViewGroup v) { in scrollToTop()
210 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v) { in dragViewToBottom()
239 public static void dragViewToBottom(InstrumentationTestCase test, Activity activity, View v, in dragViewToBottom()
264 public static void tapView(InstrumentationTestCase test, View v) { in tapView()
304 public static void touchAndCancelView(InstrumentationTestCase test, View v) { in touchAndCancelView()
339 public static void clickView(InstrumentationTestCase test, View v) { in clickView()
391 longClickView((InstrumentationTestCase) test, v); in longClickView()
400 public static void longClickView(InstrumentationTestCase test, View v) { in longClickView()
451 dragViewToTop((InstrumentationTestCase) test, v, 4); in dragViewToTop()
467 dragViewToTop((InstrumentationTestCase) test, v, stepCount); in dragViewToTop()
476 public static void dragViewToTop(InstrumentationTestCase test, View v) { in dragViewToTop()
487 public static void dragViewToTop(InstrumentationTestCase test, View v, int stepCount) { in dragViewToTop()
562 return dragViewBy((InstrumentationTestCase) test, v, gravity, deltaX, deltaY); in dragViewBy()
582 public static int dragViewBy(InstrumentationTestCase test, View v, int gravity, int deltaX, in dragViewBy()
617 return dragViewTo((InstrumentationTestCase) test, v, gravity, toX, toY); in dragViewTo()
632 public static int dragViewTo(InstrumentationTestCase test, View v, int gravity, int toX, in dragViewTo()
668 return dragViewToX((InstrumentationTestCase) test, v, gravity, toX); in dragViewToX()
682 public static int dragViewToX(InstrumentationTestCase test, View v, int gravity, int toX) { in dragViewToX()
715 return dragViewToY((InstrumentationTestCase) test, v, gravity, toY); in dragViewToY()
729 public static int dragViewToY(InstrumentationTestCase test, View v, int gravity, int toY) { in dragViewToY()
762 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag()
775 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY, in drag()