D | TouchUtils.java | 70 drag(test, x, x, fromY, toY, 4); in dragQuarterScreenDown() 100 drag(test, x, x, fromY, toY, 4); in dragQuarterScreenUp() 237 drag(test, x, x, fromY, toY, stepCount); in dragViewToBottom() 480 drag(test, x, x, fromY, toY, stepCount); in dragViewToTop() 575 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); in dragViewBy() 627 drag(test, fromX, toX, fromY, toY, distance); in dragViewTo() 674 drag(test, fromX, toX, fromY, fromY, deltaX); in dragViewToX() 721 drag(test, fromX, fromX, fromY, toY, deltaY); in dragViewToY() 742 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX, in drag() method in TouchUtils 744 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount); in drag() [all …]
|