Home | History | Annotate | Download | only in test

Lines Matching full:drag

63         drag(test, x, x, fromY, toY, 4);
93 drag(test, x, x, fromY, toY, 4);
208 * @param stepCount How many move steps to include in the drag
226 * @param stepCount How many move steps to include in the drag
242 drag(test, x, x, fromY, toY, stepCount);
446 * @param stepCount How many move steps to include in the drag
472 * @param stepCount How many move steps to include in the drag
485 drag(test, x, x, fromY, toY, stepCount);
537 * @param deltaX Amount to drag horizontally in pixels
538 * @param deltaY Amount to drag vertically in pixels
540 * @return distance in pixels covered by the drag
559 * @param deltaX Amount to drag horizontally in pixels
560 * @param deltaY Amount to drag vertically in pixels
562 * @return distance in pixels covered by the drag
580 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance);
595 * @return distance in pixels covered by the drag
617 * @return distance in pixels covered by the drag
632 drag(test, fromX, toX, fromY, toY, distance);
646 * @return distance in pixels covered by the drag
667 * @return distance in pixels covered by the drag
679 drag(test, fromX, toX, fromY, fromY, deltaX);
693 * @return distance in pixels covered by the drag
714 * @return distance in pixels covered by the drag
726 drag(test, fromX, fromX, fromY, toY, deltaY);
737 * @param toX Xcoordinate of the drag destination, in screen coordinates
739 * @param toY Y coordinate of the drag destination, in screen coordinates
740 * @param stepCount How many move steps to include in the drag
747 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX,
749 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount);
757 * @param toX Xcoordinate of the drag destination, in screen coordinates
759 * @param toY Y coordinate of the drag destination, in screen coordinates
760 * @param stepCount How many move steps to include in the drag
762 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY,