Lines Matching refs:drag
76 drag(test, x, x, fromY, toY, 4); in dragQuarterScreenDown()
105 drag(test, x, x, fromY, toY, 4); in dragQuarterScreenUp()
255 drag(test, x, x, fromY, toY, stepCount); in dragViewToBottom()
498 drag(test, x, x, fromY, toY, stepCount); in dragViewToTop()
593 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); in dragViewBy()
645 drag(test, fromX, toX, fromY, toY, distance); in dragViewTo()
692 drag(test, fromX, toX, fromY, fromY, deltaX); in dragViewToX()
739 drag(test, fromX, fromX, fromY, toY, deltaY); in dragViewToY()
760 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, in drag() method in TouchUtils
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() method in TouchUtils