Lines Matching full:drag
64 drag(test, x, x, fromY, toY, 4);
94 drag(test, x, x, fromY, toY, 4);
197 * @param stepCount How many move steps to include in the drag
215 * @param stepCount How many move steps to include in the drag
231 drag(test, x, x, fromY, toY, stepCount);
435 * @param stepCount How many move steps to include in the drag
461 * @param stepCount How many move steps to include in the drag
474 drag(test, x, x, fromY, toY, stepCount);
526 * @param deltaX Amount to drag horizontally in pixels
527 * @param deltaY Amount to drag vertically in pixels
529 * @return distance in pixels covered by the drag
548 * @param deltaX Amount to drag horizontally in pixels
549 * @param deltaY Amount to drag vertically in pixels
551 * @return distance in pixels covered by the drag
569 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance);
584 * @return distance in pixels covered by the drag
606 * @return distance in pixels covered by the drag
621 drag(test, fromX, toX, fromY, toY, distance);
635 * @return distance in pixels covered by the drag
656 * @return distance in pixels covered by the drag
668 drag(test, fromX, toX, fromY, fromY, deltaX);
682 * @return distance in pixels covered by the drag
703 * @return distance in pixels covered by the drag
715 drag(test, fromX, fromX, fromY, toY, deltaY);
726 * @param toX Xcoordinate of the drag destination, in screen coordinates
728 * @param toY Y coordinate of the drag destination, in screen coordinates
729 * @param stepCount How many move steps to include in the drag
736 public static void drag(ActivityInstrumentationTestCase test, float fromX, float toX,
738 drag((InstrumentationTestCase) test, fromX, toX, fromY, toY, stepCount);
746 * @param toX Xcoordinate of the drag destination, in screen coordinates
748 * @param toY Y coordinate of the drag destination, in screen coordinates
749 * @param stepCount How many move steps to include in the drag
751 public static void drag(InstrumentationTestCase test, float fromX, float toX, float fromY,